Skip navigation links
TIBCO eFTL™ 6.1.0
B C D E F G I K M N O P R S U V 

B

BAD_DATA - Static variable in interface com.tibco.eftl.ConnectionListener
Invalid message from server.
BAD_PAYLOAD - Static variable in interface com.tibco.eftl.ConnectionListener
Invalid network data.
BAD_SUBSCRIPTION_ID - Static variable in interface com.tibco.eftl.ConnectionListener
Bad subscription identifier.

C

com.tibco.eftl - package com.tibco.eftl
 
CompletionListener - Interface in com.tibco.eftl
Completion event handler.
connect(String, Properties, ConnectionListener) - Static method in class com.tibco.eftl.EFTL
Connect to an eFTL server.
Connection - Interface in com.tibco.eftl
A connection object represents a program's connection to an eFTL server.
CONNECTION_ERROR - Static variable in interface com.tibco.eftl.ConnectionListener
Connection error.
ConnectionListener - Interface in com.tibco.eftl
Connection event handler.
createKVMap(String) - Method in interface com.tibco.eftl.Connection
Create a KVMap.
createMessage() - Method in interface com.tibco.eftl.Connection
Create a Message.

D

disconnect() - Method in interface com.tibco.eftl.Connection
Disconnect from the eFTL server.
DURABLE_TYPE_LAST_VALUE - Static variable in class com.tibco.eftl.EFTL
Last-value durable type.
DURABLE_TYPE_SHARED - Static variable in class com.tibco.eftl.EFTL
Shared durable type.

E

EFTL - Class in com.tibco.eftl
Programs use class EFTL to connect to an eFTL server.

F

FAILED_TLS_HANDSHAKE - Static variable in interface com.tibco.eftl.ConnectionListener
The client could not establish a secure connection to the eFTL server.
FIELD_NAME_DESTINATION - Static variable in interface com.tibco.eftl.Message
Message field name identifying the destination of a message.
FORCE_CLOSE - Static variable in interface com.tibco.eftl.ConnectionListener
Force close.

G

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.

I

isConnected() - Method in interface com.tibco.eftl.Connection
Determine whether this connection to the eFTL server is open or closed.
isFieldSet(String) - Method in interface com.tibco.eftl.Message
Determine whether a field is present in the message.

K

KVMap - Interface in com.tibco.eftl
Key-value map objects allow setting, getting, and removing key-value pairs in an FTL map.
KVMapListener - Interface in com.tibco.eftl
Key-value map event handler.

M

MAP_REQUEST_DISALLOWED - Static variable in interface com.tibco.eftl.KVMapListener
This user is not authorized for map operations.
MAP_REQUEST_FAILED - Static variable in interface com.tibco.eftl.KVMapListener
The map operation failed.
Message - Interface in com.tibco.eftl
Message objects contain typed fields that map names to values.
Message.FieldType - Enum in com.tibco.eftl
Message field types.
MESSAGE_TOO_LARGE - Static variable in interface com.tibco.eftl.ConnectionListener
Message too large.

N

NORMAL - Static variable in interface com.tibco.eftl.ConnectionListener
Normal close.
NOT_AUTHENTICATED - Static variable in interface com.tibco.eftl.ConnectionListener
Not authenticated.

O

onCompletion(Message) - Method in interface com.tibco.eftl.CompletionListener
A publish operation has completed successfully.
onConnect(Connection) - Method in interface com.tibco.eftl.ConnectionListener
A new connection to the eFTL server is ready to use.
onDisconnect(Connection, int, String) - Method in interface com.tibco.eftl.ConnectionListener
A connection to the eFTL server has closed.
onError(Message, int, String) - Method in interface com.tibco.eftl.CompletionListener
A publish operation resulted in an error.
onError(Connection, int, String) - Method in interface com.tibco.eftl.ConnectionListener
An error prevented an operation.
onError(String, Message, int, String) - Method in interface com.tibco.eftl.KVMapListener
A key-value map operation resulted in an error.
onError(String, int, String) - Method in interface com.tibco.eftl.SubscriptionListener
Process subscription errors.
onMessages(Message[]) - Method in interface com.tibco.eftl.SubscriptionListener
Process inbound messages.
onReconnect(Connection) - Method in interface com.tibco.eftl.ConnectionListener
A connection to the eFTL server has re-opened and is ready to use.
onSubscribe(String) - Method in interface com.tibco.eftl.SubscriptionListener
A new subscription is ready to receive messages.
onSuccess(String, Message) - Method in interface com.tibco.eftl.KVMapListener
A key-value map operation has completed successfully.

P

POLICY_VIOLATION - Static variable in interface com.tibco.eftl.ConnectionListener
Policy violation.
PROPERTY_AUTO_RECONNECT_ATTEMPTS - Static variable in class com.tibco.eftl.EFTL
Maximum autoreconnect attempts; property name.
PROPERTY_AUTO_RECONNECT_MAX_DELAY - Static variable in class com.tibco.eftl.EFTL
Maximum autoreconnect delay; property name.
PROPERTY_CLIENT_ID - Static variable in class com.tibco.eftl.EFTL
Connect using this client identifier; property name.
PROPERTY_DURABLE_KEY - Static variable in class com.tibco.eftl.EFTL
Specify the key field of a last-value durable subscription; property name.
PROPERTY_DURABLE_TYPE - Static variable in class com.tibco.eftl.EFTL
Create a durable subscription of this type; property name.
PROPERTY_NOTIFICATION_TOKEN - Static variable in class com.tibco.eftl.EFTL
GCM registration token for push notifications; property name.
PROPERTY_PASSWORD - Static variable in class com.tibco.eftl.EFTL
Connect using this password; property name.
PROPERTY_TIMEOUT - Static variable in class com.tibco.eftl.EFTL
Connection attempt timeout; property name.
PROPERTY_USERNAME - Static variable in class com.tibco.eftl.EFTL
Connect as this user; property name.
PROTOCOL - Static variable in interface com.tibco.eftl.ConnectionListener
Protocol error.
publish(Message) - Method in interface com.tibco.eftl.Connection
Publish a one-to-many message to all subscribing clients.
publish(Message, CompletionListener) - Method in interface com.tibco.eftl.Connection
Publish a one-to-many message to all subscribing clients.
PUBLISH_DISALLOWED - Static variable in interface com.tibco.eftl.CompletionListener
This user is not allowed to publish messages.
PUBLISH_DISALLOWED - Static variable in interface com.tibco.eftl.ConnectionListener
This user is not allowed to publish messages.
PUBLISH_FAILED - Static variable in interface com.tibco.eftl.CompletionListener
The server could not forward a message published by an eFTL client.

R

reconnect(Properties) - Method in interface com.tibco.eftl.Connection
Reopen a closed connection.
remove(String, KVMapListener) - Method in interface com.tibco.eftl.KVMap
Remove a key-value pair from the map.

S

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.

U

unsubscribe(String) - Method in interface com.tibco.eftl.Connection
Close a subscription.
unsubscribeAll() - Method in interface com.tibco.eftl.Connection
Close all subscriptions.

V

valueOf(String) - Static method in enum com.tibco.eftl.Message.FieldType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.eftl.Message.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G I K M N O P R S U V 
Skip navigation links
Copyright © 2013-2019 Cloud Software Group, Inc., All rights reserved.