- get(String, KVMapListener) - Method in interface com.tibco.eftl.KVMap
-
Get the value of a key from the map, or null if the key is not set.
- getClientId() - Method in interface com.tibco.eftl.Connection
-
Gets the client identifier for this connection.
- getDate(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a date field from a message.
- getDateArray(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a date array field from a message.
- getDouble(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a double field from a message.
- getDoubleArray(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a double array field from a message.
- getFieldNames() - Method in interface com.tibco.eftl.Message
-
Get the names of all fields present in a message.
- getFieldType(String) - Method in interface com.tibco.eftl.Message
-
Get the type of a message field.
- getLong(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a long field from a message.
- getLongArray(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a long array field from a message.
- getMessage(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a sub-message field from a message.
- getMessageArray(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a message array field from a message.
- getOpaque(String) - Method in interface com.tibco.eftl.Message
-
Get the value of an opaque field from a message.
- getString(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a string field from a message.
- getStringArray(String) - Method in interface com.tibco.eftl.Message
-
Get the value of a string array field from a message.
- getVersion() - Static method in class com.tibco.eftl.EFTL
-
Get the version of the eFTL Java client library.
- SERVER_ERROR - Static variable in interface com.tibco.eftl.ConnectionListener
-
eFTL server error.
- set(String, Message, KVMapListener) - Method in interface com.tibco.eftl.KVMap
-
Set a key-value pair in the map, overwriting any existing value.
- setArray(String, String[]) - Method in interface com.tibco.eftl.Message
-
Set a string array field in a message.
- setArray(String, Long[]) - Method in interface com.tibco.eftl.Message
-
Set a long array field in a message.
- setArray(String, Double[]) - Method in interface com.tibco.eftl.Message
-
Set a double array field in a message.
- setArray(String, Date[]) - Method in interface com.tibco.eftl.Message
-
Set a date array field in a message.
- setArray(String, Message[]) - Method in interface com.tibco.eftl.Message
-
Set a message array field in a message.
- setDate(String, Date) - Method in interface com.tibco.eftl.Message
-
Set a date field in a message.
- setDouble(String, Double) - Method in interface com.tibco.eftl.Message
-
Set a double field in a message.
- setLong(String, Long) - Method in interface com.tibco.eftl.Message
-
Set a long field in a message.
- setMessage(String, Message) - Method in interface com.tibco.eftl.Message
-
Set a sub-message field in a message.
- setOpaque(String, byte[]) - Method in interface com.tibco.eftl.Message
-
Set an opaque field in a message.
- setSSLTrustStore(KeyStore) - Static method in class com.tibco.eftl.EFTL
-
Set the SSL trust store that the client library uses to verify
certificates from the eFTL server.
- setString(String, String) - Method in interface com.tibco.eftl.Message
-
Set a string field in a message.
- SHUTDOWN - Static variable in interface com.tibco.eftl.ConnectionListener
-
The server closed the connection because the server is exiting.
- subscribe(String, SubscriptionListener) - Method in interface com.tibco.eftl.Connection
-
Subscribe to messages.
- subscribe(String, String, SubscriptionListener) - Method in interface com.tibco.eftl.Connection
-
Create a durable subscriber to messages.
- subscribe(String, String, Properties, SubscriptionListener) - Method in interface com.tibco.eftl.Connection
-
Create a durable subscriber to messages.
- SUBSCRIPTION_FAILED - Static variable in interface com.tibco.eftl.SubscriptionListener
-
The eFTL server could not establish the subscription.
- SUBSCRIPTION_INVALID - Static variable in interface com.tibco.eftl.SubscriptionListener
-
The client supplied an invalid matcher or durable name in
the subscribe call.
- SubscriptionListener - Interface in com.tibco.eftl
-
Subscription event handler.
- SUBSCRIPTIONS_DISALLOWED - Static variable in interface com.tibco.eftl.SubscriptionListener
-
The administrator has disallowed the user from subscribing.