- CHANNEL_ENABLED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Channel enabled.
- clearAllFields() - Method in interface com.tibco.ftl.Message
-
Clear all fields in a mutable message.
- clearField(String) - Method in interface com.tibco.ftl.Message
-
Clear a field in a mutable message.
- clearField(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Clear a field in a mutable message.
- CLIENT_CONNECT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of successful client connects.
- CLIENT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Client count.
- CLIENT_DESTROYED_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of clients currently in the DESTROYED state.
- CLIENT_DISABLED - Static variable in interface com.tibco.ftl.NotificationHandler
-
The FTL server administratively disabled this client.
- CLIENT_EXCEPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of clients currently in the EXCEPTION state.
- CLIENT_NEEDS_RESTART_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of clients currently in the NEEDS_RESTART state.
- CLIENT_OFF_LINE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of clients currently in the OFF_LINE state.
- CLIENT_OUT_OF_SYNC_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of clients currently in the OUT_OF_SYNC state.
- CLIENT_RECONNECT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of successful client reconnects.
- CLIENT_RUNNING_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of clients currently in the RUNNING state.
- CLIENT_STATUS_CHANGE - Static variable in interface com.tibco.ftl.Monitoring.EventType
-
The client has change client_status states.
- CLIENT_TIMED_OUT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of clients currently in the TIMED_OUT state.
- close() - Method in interface com.tibco.ftl.Publisher
-
Close a publisher.
- close() - Method in interface com.tibco.ftl.Realm
-
Close a realm object.
- close() - Method in interface com.tibco.ftl.Subscriber
-
Close a subscriber.
- close() - Method in interface com.tibco.ftl.TibMap
-
Destroy a map object.
- com.tibco.ftl - package com.tibco.ftl
-
Provides classes fundamental for an application-to-application
messaging system.
- com.tibco.ftl.exceptions - package com.tibco.ftl.exceptions
-
Provides exception classes.
- com.tibco.ftl.group - package com.tibco.ftl.group
-
Provides classes for the group facility.
- COMMIT_LATENCY - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Commit latency.
- COMMITTED_UPDATES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Committed updates.
- compareTo(Object) - Method in class com.tibco.ftl.TibDateTime
-
Compare this TibDateTime object to the method's argument.
- CONNECTED - Static variable in interface com.tibco.ftl.Monitoring.EventType
-
The client is connected.
- CONNECTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Connection count.
- CONNECTION_INFO - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Transport Connection Definition
- CONNECTION_PACKETS_LOST_INBOUND - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets lost inbound by connection.
- CONNECTION_PACKETS_LOST_OUTBOUND - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets lost outbound by connection.
- CONNECTION_PACKETS_MISSED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets missed by connection.
- CONNECTION_PACKETS_RECEIVED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets received by connection.
- CONNECTION_PACKETS_RETRANSMITTED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets retransmitted by connection.
- CONNECTION_PACKETS_SENT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets sent by connection.
- CONNECTION_RCVR_SIDE_DISCARDS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Transport connection - Number of received messages that failed to match
- CONNECTION_RCVR_SIDE_MATCHES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Transport connection - Number of matches performed at receiving side only
- CONNECTION_REC_BYTES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Bytes received.
- CONNECTION_REC_MATCHING - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Received messages that matched a certain matcher
- CONNECTION_REC_NULL_MATCHES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Transport connection - Number of received messages matched the NULL matcher
- CONNECTION_SENT_BYTES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Bytes sent.
- CONNECTION_SENT_MATCHING - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Sent messages that matched a certain matcher
- CONNECTION_SENT_MSGS_MATCHING - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Messages sent using normal matching procedure
- CONNECTION_SENT_MSGS_OPAQUE - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Messages sent using without matching
- connectToRealmServer(String, String, TibProperties) - Static method in class com.tibco.ftl.FTL
-
Connect to an FTL server, and create a realm object.
- CONSISTENT_QUORUM_NUMBER - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Consistent Quorum Number.
- CONSISTENT_TIMESTAMP - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Consistent Timestamp.
- CONSISTENT_VERSION - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Consistent Version.
- ContentMatcher - Interface in com.tibco.ftl
-
Content matcher objects filter messages based on their content.
- copy() - Method in interface com.tibco.ftl.Inbox
-
Copy an inbox object.
- count() - Method in interface com.tibco.ftl.EventQueue
-
Get the number of events in the queue.
- COUNTER - Static variable in interface com.tibco.ftl.Monitoring.MetricSemantics
-
The metric has counter semantics: it is nondecreasing.
- createContentMatcher(String) - Method in interface com.tibco.ftl.Realm
-
Create a content matcher.
- createEventQueue() - Method in interface com.tibco.ftl.Realm
-
Create an event queue.
- createEventQueue(TibProperties) - Method in interface com.tibco.ftl.Realm
-
Create an event queue.
- createInboxSubscriber(String) - Method in interface com.tibco.ftl.Realm
-
Create an inbox subscriber.
- createInboxSubscriber(String, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Create an inbox subscriber.
- createIterator(TibProperties) - Method in interface com.tibco.ftl.TibMap
-
Create an iterator over the keys in a map.
- createIterator(TibLock, TibProperties) - Method in interface com.tibco.ftl.TibMap
-
Create an iterator over the keys in a map
and associate it with a lock.
- createLock(String, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Create a lock object.
- createMap(String, String, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Create a map object.
- createMessage(String) - Method in interface com.tibco.ftl.Realm
-
Create a mutable message object.
- createMessage(byte[], int) - Method in interface com.tibco.ftl.Realm
-
Create a message from a byte-array representation.
- createMessageFieldRef(String) - Method in interface com.tibco.ftl.Realm
-
Create a field reference object.
- createProperties() - Static method in class com.tibco.ftl.FTL
-
Create an empty property list object without any default values.
- createPublisher(String) - Method in interface com.tibco.ftl.Realm
-
Create a publisher.
- createPublisher(String, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Create a publisher.
- createSubscriber(String, ContentMatcher) - Method in interface com.tibco.ftl.Realm
-
Create a subscriber.
- createSubscriber(String, ContentMatcher, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Create a subscriber.
- createTimer(double, EventTimerListener) - Method in interface com.tibco.ftl.EventQueue
-
Create and start a timer.
- currentKey() - Method in interface com.tibco.ftl.TibMapIterator
-
Get the key from the current key/value pair.
- currentValue() - Method in interface com.tibco.ftl.TibMapIterator
-
Get the message value from the current key/value pair.
- EFTL_CLUSTER_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
eFTL cluster count.
- EFTL_CLUSTER_DESTROYED_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of eFTL clusters currently in the DESTROYED state.
- EFTL_CLUSTER_EXCEPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of eFTL clusters currently in the EXCEPTION state.
- EFTL_CLUSTER_NEEDS_RESTART_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of eFTL clusters currently in the NEEDS_RESTART state.
- EFTL_CLUSTER_OFF_LINE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of eFTL clusters currently in the OFF_LINE state.
- EFTL_CLUSTER_OUT_OF_SYNC_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of eFTL clusters currently in the OUT_OF_SYNC state.
- EFTL_CLUSTER_RUNNING_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of eFTL clusters currently in the RUNNING state.
- EFTL_CLUSTER_TIMED_OUT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of eFTL clusters currently in the TIMED_OUT state.
- ENDPOINT_DELIVERED_MSGS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
End Point Delivered Messages
- ENDPOINT_INFO - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
End Point Description
- ENDPOINT_NAME - Static variable in interface com.tibco.ftl.Advisory
-
Name of the special endpoint that carries FTL advisory
messages; string.
- ENDPOINT_NAME - Static variable in interface com.tibco.ftl.LogStream
-
Name of the special endpoint that carries FTL LogStream
messages; string.
- ENDPOINT_NAME - Static variable in interface com.tibco.ftl.Monitoring
-
Name of the special endpoint that carries FTL monitoring
messages; string.
- ENDPOINT_PUBLISHED_MSGS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
End Point Published Messages
- ENDPOINT_SENT_NONMATCHING_MSGS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Outgoing Messages that were discarded
- equals(Object) - Method in class com.tibco.ftl.TibDateTime
-
Test equivalence of this TibDateTime object to the method's argument.
- EVENT - Static variable in interface com.tibco.ftl.Monitoring.MessageType
-
The message is a monitoring event message.
- EventQueue - Interface in com.tibco.ftl
-
Event queue objects hold message and timer events until
listeners can process them.
- EventTimer - Interface in com.tibco.ftl
-
A timer object queues an event when its interval elapses.
- EventTimerListener - Interface in com.tibco.ftl
-
EventTimerListeners receive notifications from FTL timer objects.
- EXCEPTION - Static variable in interface com.tibco.ftl.Monitoring.ClientStatus
-
The client has indicated an exception.
- exists(String) - Method in interface com.tibco.ftl.TibProperties
-
Check whether a property exists.
- FIELD_ADVISORY - Static variable in interface com.tibco.ftl.Advisory
-
A field with this field name distinguishes advisory messages.
- FIELD_ADVISORY_LABEL - Static variable in interface com.tibco.ftl.Monitoring
-
Advisory message (message value).
- FIELD_AGGREGATION_COUNT - Static variable in interface com.tibco.ftl.Advisory
-
Aggregation incidents (field name).
- FIELD_AGGREGATION_TIME - Static variable in interface com.tibco.ftl.Advisory
-
Aggregation time interval (field name).
- FIELD_APP_INSTANCE - Static variable in interface com.tibco.ftl.LogStream
-
Application instance (string value).
- FIELD_APPINFO_APPINSTANCE - Static variable in interface com.tibco.ftl.Monitoring
-
Application instance (string value).
- FIELD_APPINFO_APPLICATION - Static variable in interface com.tibco.ftl.Monitoring
-
Application name (string value).
- FIELD_APPINFO_CLIENT_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Client ID (string value).
- FIELD_APPINFO_SERVER_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Server ID (string value).
- FIELD_APPLICATION - Static variable in interface com.tibco.ftl.LogStream
-
Application name (string value).
- FIELD_CLIENT_ID - Static variable in interface com.tibco.ftl.LogStream
-
Client ID (string value).
- FIELD_CLIENT_LABEL - Static variable in interface com.tibco.ftl.LogStream
-
Client label (string value).
- FIELD_CLIENT_LABEL - Static variable in interface com.tibco.ftl.Monitoring
-
Client label (string value).
- FIELD_CLIENT_STATUS - Static variable in interface com.tibco.ftl.Monitoring
-
Client status (long value).
- FIELD_EFFECTIVE_USER - Static variable in interface com.tibco.ftl.LogStream
-
Host effective user name (string value).
- FIELD_ENDPOINTS - Static variable in interface com.tibco.ftl.Advisory
-
Endpoints (field name).
- FIELD_EVENT_TYPE - Static variable in interface com.tibco.ftl.Monitoring
-
Event type (long value).
- FIELD_GROUP_MEMBER_DESCRIPTOR - Static variable in interface com.tibco.ftl.group.Group
-
Group member descriptor (field name).
- FIELD_GROUP_MEMBER_EVENT - Static variable in interface com.tibco.ftl.group.Group
-
Group member event (field name).
- FIELD_GROUP_MEMBER_STATUS_LIST - Static variable in interface com.tibco.ftl.group.Group
-
Group member status list (field name).
- FIELD_GROUP_SERVER_AVAILABLE - Static variable in interface com.tibco.ftl.group.Group
-
Group member connection to group server (field name).
- FIELD_HOST - Static variable in interface com.tibco.ftl.LogStream
-
Hostname on which client is running (string value).
- FIELD_HOSTINFO_EFFECTIVE_USER - Static variable in interface com.tibco.ftl.Monitoring
-
Host effective user name (string value).
- FIELD_HOSTINFO_FTL_USER - Static variable in interface com.tibco.ftl.Monitoring
-
FTL user name (string value).
- FIELD_HOSTINFO_HOST - Static variable in interface com.tibco.ftl.Monitoring
-
Hostname on which client is running (string value).
- FIELD_HOSTINFO_IP - Static variable in interface com.tibco.ftl.Monitoring
-
IP address of client (string value).
- FIELD_HOSTINFO_PID - Static variable in interface com.tibco.ftl.Monitoring
-
Process ID (long value).
- FIELD_HOSTINFO_VERSION - Static variable in interface com.tibco.ftl.Monitoring
-
FTL version client is running (string value).
- FIELD_IP - Static variable in interface com.tibco.ftl.LogStream
-
IP address of client (string value).
- FIELD_LOCK_NAME - Static variable in interface com.tibco.ftl.Advisory
-
Lock Name (field name).
- FIELD_LOGMSG_COMPONENT - Static variable in interface com.tibco.ftl.LogStream
-
Component (string value).
- FIELD_LOGMSG_CONTEXT - Static variable in interface com.tibco.ftl.LogStream
-
Context (string value).
- FIELD_LOGMSG_EXCEPTION - Static variable in interface com.tibco.ftl.LogStream
-
Exception (string value).
- FIELD_LOGMSG_IS_ADVISORY - Static variable in interface com.tibco.ftl.LogStream
-
Is Advisory (boolean value).
- FIELD_LOGMSG_LOG_LEVEL - Static variable in interface com.tibco.ftl.LogStream
-
Log Level (string value).
- FIELD_LOGMSG_STATEMENT - Static variable in interface com.tibco.ftl.LogStream
-
Statement (string value).
- FIELD_LOGMSG_TIMESTAMP - Static variable in interface com.tibco.ftl.LogStream
-
Timestamp (Long value).
- FIELD_LOGS - Static variable in interface com.tibco.ftl.LogStream
-
Logs message array (array of LogMsgs).
- FIELD_METRIC_CONNECTION_MON_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Metric unique connection id (long value).
- FIELD_METRIC_CONTEXT - Static variable in interface com.tibco.ftl.Monitoring
-
Context for this metric (string value).
- FIELD_METRIC_CONTEXT_TYPE - Static variable in interface com.tibco.ftl.Monitoring
-
Object type tagging for this context (string value).
- FIELD_METRIC_END_TIME - Static variable in interface com.tibco.ftl.Monitoring
-
Metric end time (long value).
- FIELD_METRIC_ENDPOINT_MON_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Metric unique endpoint monitor id (long value).
- FIELD_METRIC_ENDPOINT_NAME - Static variable in interface com.tibco.ftl.Monitoring
-
Metric endpoint name (string value).
- FIELD_METRIC_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Unique metric ID (long value).
- FIELD_METRIC_INTERFACE - Static variable in interface com.tibco.ftl.Monitoring
-
Metric interface (string value).
- FIELD_METRIC_LOCAL_IP - Static variable in interface com.tibco.ftl.Monitoring
-
Metric local ip (string value).
- FIELD_METRIC_LOCAL_PORT - Static variable in interface com.tibco.ftl.Monitoring
-
Metric local port (string value).
- FIELD_METRIC_LOCAL_TRANSPORT - Static variable in interface com.tibco.ftl.Monitoring
-
Metric local transport (string value).
- FIELD_METRIC_MATCHER_STRING - Static variable in interface com.tibco.ftl.Monitoring
-
Metric matcher string (string value).
- FIELD_METRIC_MCAST_GROUP - Static variable in interface com.tibco.ftl.Monitoring
-
Metric mcast group (string value).
- FIELD_METRIC_MCAST_RECEIVER_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Metric unique mcast receiver id (long value).
- FIELD_METRIC_MCAST_SENDER_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Metric unique mcast sender id (long value).
- FIELD_METRIC_NAME - Static variable in interface com.tibco.ftl.Monitoring
-
Metric name (string value).
- FIELD_METRIC_PUBLISHER_LABEL - Static variable in interface com.tibco.ftl.Monitoring
-
Metric publisher label (string value).
- FIELD_METRIC_REMOTE_CLIENT_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Metric remote client id (string value).
- FIELD_METRIC_REMOTE_IP - Static variable in interface com.tibco.ftl.Monitoring
-
Metric remote ip (string value).
- FIELD_METRIC_REMOTE_PORT - Static variable in interface com.tibco.ftl.Monitoring
-
Metric remote port (string value).
- FIELD_METRIC_REMOTE_TRANSPORT - Static variable in interface com.tibco.ftl.Monitoring
-
Metric remote transport (string value).
- FIELD_METRIC_SEMANTICS - Static variable in interface com.tibco.ftl.Monitoring
-
Metric semantics (long value).
- FIELD_METRIC_START_TIME - Static variable in interface com.tibco.ftl.Monitoring
-
Metric start time (long value).
- FIELD_METRIC_SUBSCRIBER_LABEL - Static variable in interface com.tibco.ftl.Monitoring
-
Metric subscriber label (string value).
- FIELD_METRIC_TYPE - Static variable in interface com.tibco.ftl.Monitoring
-
Metric type (long value).
- FIELD_METRIC_VALUE - Static variable in interface com.tibco.ftl.Monitoring
-
Metric value (long value).
- FIELD_METRICS - Static variable in interface com.tibco.ftl.Monitoring
-
Metrics message array (array of messages).
- FIELD_MODULE - Static variable in interface com.tibco.ftl.Advisory
-
Module (field name).
- FIELD_MSG_TYPE - Static variable in interface com.tibco.ftl.Monitoring
-
Monitoring message type (long value).
- FIELD_NAME - Static variable in interface com.tibco.ftl.Advisory
-
Advisory name (field name).
- FIELD_PID - Static variable in interface com.tibco.ftl.LogStream
-
Process ID (long value).
- FIELD_QUEUE_NAME - Static variable in interface com.tibco.ftl.Advisory
-
Queue name (field name).
- FIELD_REALM_SERVER_LABEL - Static variable in interface com.tibco.ftl.Monitoring
-
Realm service label (string value).
- FIELD_REALM_UUID - Static variable in interface com.tibco.ftl.LogStream
-
Realm UUID (long string).
- FIELD_REALM_UUID - Static variable in interface com.tibco.ftl.Monitoring
-
Realm UUID (string value).
- FIELD_REASON - Static variable in interface com.tibco.ftl.Advisory
-
Advisory reason (field name).
- FIELD_RECORD_TYPE_LABEL - Static variable in interface com.tibco.ftl.LogStream
-
Record Type Label (string value).
- FIELD_REPORTING_SERVER_ID - Static variable in interface com.tibco.ftl.Monitoring
-
Reporting server ID (string value).
- FIELD_SERVER_UPTIME - Static variable in interface com.tibco.ftl.Monitoring
-
Server uptime in seconds (long value).
- FIELD_SEVERITY - Static variable in interface com.tibco.ftl.Advisory
-
Advisory severity (field name).
- FIELD_SUBSCRIBER_NAME - Static variable in interface com.tibco.ftl.Advisory
-
Subscriber name (field name).
- FIELD_TIMESTAMP - Static variable in interface com.tibco.ftl.Advisory
-
Timestamp (field name).
- FIELD_TIMESTAMP - Static variable in interface com.tibco.ftl.LogStream
-
Time at which the metric was generated (long value),
expressed in milliseconds since the epoch.
- FIELD_TIMESTAMP - Static variable in interface com.tibco.ftl.Monitoring
-
Time at which the metric was generated (long value), expressed in milliseconds since the epoch.
- FIELD_VERSION - Static variable in interface com.tibco.ftl.LogStream
-
FTL version client is running (string value).
- FILTERED_MESSAGE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Filtered message count.
- FORMAT_UNAVAILABLE - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Format unavailable.
- FTL - Class in com.tibco.ftl
-
The class FTL is the first entry point of an FTL program.
- FTL_SERVER_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
FTL server count.
- FTL_SERVER_DESTROYED_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of FTL servers currently in the DESTROYED state.
- FTL_SERVER_EXCEPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of FTL servers currently in the EXCEPTION state.
- FTL_SERVER_NEEDS_RESTART_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of FTL servers currently in the NEEDS_RESTART state.
- FTL_SERVER_OFF_LINE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of FTL servers currently in the OFF_LINE state.
- FTL_SERVER_OUT_OF_SYNC_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of FTL servers currently in the OUT_OF_SYNC state.
- FTL_SERVER_RUNNING_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of FTL servers currently in the RUNNING state.
- FTL_SERVER_TIMED_OUT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of FTL servers currently in the TIMED_OUT state.
- FTLAlreadyExistsException - Exception in com.tibco.ftl.exceptions
-
Conflict with an existing object, value or definition.
- FTLAlreadyExistsException() - Constructor for exception com.tibco.ftl.exceptions.FTLAlreadyExistsException
-
- FTLAlreadyExistsException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLAlreadyExistsException
-
- FTLAlreadyExistsException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLAlreadyExistsException
-
- FTLAlreadyExistsException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLAlreadyExistsException
-
- FTLClientShutdownException - Exception in com.tibco.ftl.exceptions
-
The program attempted an operation on an unusable realm object.
- FTLClientShutdownException() - Constructor for exception com.tibco.ftl.exceptions.FTLClientShutdownException
-
- FTLClientShutdownException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLClientShutdownException
-
- FTLClientShutdownException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLClientShutdownException
-
- FTLClientShutdownException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLClientShutdownException
-
- FTLEndOfBufferException - Exception in com.tibco.ftl.exceptions
-
End of buffer while parsing an inbound message.
- FTLEndOfBufferException() - Constructor for exception com.tibco.ftl.exceptions.FTLEndOfBufferException
-
- FTLEndOfBufferException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLEndOfBufferException
-
- FTLEndOfBufferException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLEndOfBufferException
-
- FTLEndOfBufferException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLEndOfBufferException
-
- FTLException - Exception in com.tibco.ftl
-
An error occurred in FTL.
- FTLException() - Constructor for exception com.tibco.ftl.FTLException
-
- FTLException(String, Throwable) - Constructor for exception com.tibco.ftl.FTLException
-
- FTLException(String) - Constructor for exception com.tibco.ftl.FTLException
-
- FTLException(Throwable) - Constructor for exception com.tibco.ftl.FTLException
-
- FTLFormatUnavailableException - Exception in com.tibco.ftl.exceptions
-
A format required by the client program is unavailable.
- FTLFormatUnavailableException() - Constructor for exception com.tibco.ftl.exceptions.FTLFormatUnavailableException
-
- FTLFormatUnavailableException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLFormatUnavailableException
-
- FTLFormatUnavailableException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLFormatUnavailableException
-
- FTLFormatUnavailableException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLFormatUnavailableException
-
- FTLIllegalStateException - Exception in com.tibco.ftl.exceptions
-
An action is inconsistent with internal state.
- FTLIllegalStateException() - Constructor for exception com.tibco.ftl.exceptions.FTLIllegalStateException
-
- FTLIllegalStateException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLIllegalStateException
-
- FTLIllegalStateException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLIllegalStateException
-
- FTLIllegalStateException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLIllegalStateException
-
- FTLInvalidArgumentException - Exception in com.tibco.ftl.exceptions
-
Invalid argument (or invalid value embedded in an argument).
- FTLInvalidArgumentException() - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidArgumentException
-
- FTLInvalidArgumentException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidArgumentException
-
- FTLInvalidArgumentException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidArgumentException
-
- FTLInvalidArgumentException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidArgumentException
-
- FTLInvalidConfigException - Exception in com.tibco.ftl.exceptions
-
Invalid or contradictory property values.
- FTLInvalidConfigException() - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidConfigException
-
- FTLInvalidConfigException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidConfigException
-
- FTLInvalidConfigException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidConfigException
-
- FTLInvalidConfigException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidConfigException
-
- FTLInvalidFormatException - Exception in com.tibco.ftl.exceptions
-
The FTL client library encountered a message with an invalid format.
- FTLInvalidFormatException() - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidFormatException
-
- FTLInvalidFormatException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidFormatException
-
- FTLInvalidFormatException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidFormatException
-
- FTLInvalidFormatException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidFormatException
-
- FTLInvalidTypeException - Exception in com.tibco.ftl.exceptions
-
Field datatype mismatch.
- FTLInvalidTypeException() - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidTypeException
-
- FTLInvalidTypeException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidTypeException
-
- FTLInvalidTypeException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidTypeException
-
- FTLInvalidTypeException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidTypeException
-
- FTLInvalidValueException - Exception in com.tibco.ftl.exceptions
-
FTL internal error.
- FTLInvalidValueException() - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidValueException
-
- FTLInvalidValueException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidValueException
-
- FTLInvalidValueException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidValueException
-
- FTLInvalidValueException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLInvalidValueException
-
- FTLLimitReachedException - Exception in com.tibco.ftl.exceptions
-
A resource cannot accept data because it has reached a limit.
- FTLLimitReachedException() - Constructor for exception com.tibco.ftl.exceptions.FTLLimitReachedException
-
- FTLLimitReachedException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLLimitReachedException
-
- FTLLimitReachedException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLLimitReachedException
-
- FTLLimitReachedException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLLimitReachedException
-
- FTLNotFoundException - Exception in com.tibco.ftl.exceptions
-
Cannot find a requested object.
- FTLNotFoundException() - Constructor for exception com.tibco.ftl.exceptions.FTLNotFoundException
-
- FTLNotFoundException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotFoundException
-
- FTLNotFoundException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLNotFoundException
-
- FTLNotFoundException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotFoundException
-
- FTLNotInitializedException - Exception in com.tibco.ftl.exceptions
-
This exception corresponds to TIB_NOT_INITIALIZED in the underlying implementation.
- FTLNotInitializedException() - Constructor for exception com.tibco.ftl.exceptions.FTLNotInitializedException
-
- FTLNotInitializedException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotInitializedException
-
- FTLNotInitializedException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLNotInitializedException
-
- FTLNotInitializedException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotInitializedException
-
- FTLNotPermittedException - Exception in com.tibco.ftl.exceptions
-
Invalid operation (on a valid object).
- FTLNotPermittedException() - Constructor for exception com.tibco.ftl.exceptions.FTLNotPermittedException
-
- FTLNotPermittedException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotPermittedException
-
- FTLNotPermittedException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLNotPermittedException
-
- FTLNotPermittedException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotPermittedException
-
- FTLNotSupportedException - Exception in com.tibco.ftl.exceptions
-
Unsupported datatype or feature.
- FTLNotSupportedException() - Constructor for exception com.tibco.ftl.exceptions.FTLNotSupportedException
-
- FTLNotSupportedException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotSupportedException
-
- FTLNotSupportedException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLNotSupportedException
-
- FTLNotSupportedException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLNotSupportedException
-
- FTLOSException - Exception in com.tibco.ftl.exceptions
-
An operating system call failed.
- FTLOSException() - Constructor for exception com.tibco.ftl.exceptions.FTLOSException
-
- FTLOSException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLOSException
-
- FTLOSException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLOSException
-
- FTLOSException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLOSException
-
- FTLOutOfRangeException - Exception in com.tibco.ftl.exceptions
-
The method
TibDateTime.toDate
throws this exception
when the value of the
TibDateTime
object
is beyond the range that a
java.util.Date
object
can represent.
- FTLOutOfRangeException() - Constructor for exception com.tibco.ftl.exceptions.FTLOutOfRangeException
-
- FTLOutOfRangeException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLOutOfRangeException
-
- FTLOutOfRangeException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLOutOfRangeException
-
- FTLOutOfRangeException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLOutOfRangeException
-
- FTLRealmServerException - Exception in com.tibco.ftl.exceptions
-
Deprecated.
- FTLRealmServerException() - Constructor for exception com.tibco.ftl.exceptions.FTLRealmServerException
-
Deprecated.
- FTLRealmServerException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLRealmServerException
-
Deprecated.
- FTLRealmServerException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLRealmServerException
-
Deprecated.
- FTLRealmServerException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLRealmServerException
-
Deprecated.
- FTLResourceUnavailableException - Exception in com.tibco.ftl.exceptions
-
A resource required by the client program is unavailable.
- FTLResourceUnavailableException() - Constructor for exception com.tibco.ftl.exceptions.FTLResourceUnavailableException
-
- FTLResourceUnavailableException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLResourceUnavailableException
-
- FTLResourceUnavailableException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLResourceUnavailableException
-
- FTLResourceUnavailableException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLResourceUnavailableException
-
- FTLRuntimeException - Exception in com.tibco.ftl
-
This is the root class of all FTL runtime exceptions.
- FTLRuntimeException() - Constructor for exception com.tibco.ftl.FTLRuntimeException
-
- FTLRuntimeException(String, Throwable) - Constructor for exception com.tibco.ftl.FTLRuntimeException
-
- FTLRuntimeException(String) - Constructor for exception com.tibco.ftl.FTLRuntimeException
-
- FTLRuntimeException(Throwable) - Constructor for exception com.tibco.ftl.FTLRuntimeException
-
- FTLTimeoutException - Exception in com.tibco.ftl.exceptions
-
Internal timeout elapsed.
- FTLTimeoutException() - Constructor for exception com.tibco.ftl.exceptions.FTLTimeoutException
-
- FTLTimeoutException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLTimeoutException
-
- FTLTimeoutException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLTimeoutException
-
- FTLTimeoutException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLTimeoutException
-
- FTLVersionMismatchException - Exception in com.tibco.ftl.exceptions
-
Incompatible versions of FTL components.
- FTLVersionMismatchException() - Constructor for exception com.tibco.ftl.exceptions.FTLVersionMismatchException
-
- FTLVersionMismatchException(String, Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLVersionMismatchException
-
- FTLVersionMismatchException(String) - Constructor for exception com.tibco.ftl.exceptions.FTLVersionMismatchException
-
- FTLVersionMismatchException(Throwable) - Constructor for exception com.tibco.ftl.exceptions.FTLVersionMismatchException
-
- GAUGE - Static variable in interface com.tibco.ftl.Monitoring.MetricSemantics
-
The metric has gauge semantics: it may increase and decrease.
- get(String) - Method in interface com.tibco.ftl.TibMap
-
Get the value of a key in a map.
- get(String, TibLock) - Method in interface com.tibco.ftl.TibMap
-
Get the value of a key in a map as a locked operation.
- getBoolean(String) - Method in interface com.tibco.ftl.TibProperties
-
Get a boolean property.
- getDateTime(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a TibDateTime field from a message.
- getDateTime(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a TibDateTime field from a message.
- getDateTime(String, TibDateTime) - Method in interface com.tibco.ftl.Message
-
Get the value of a TibDateTime field from a message,
and store it in an existing TibDateTime object (the method's second argument).
- getDateTime(MessageFieldRef, TibDateTime) - Method in interface com.tibco.ftl.Message
-
Get the value of a TibDateTime field from a message,
and store it in an existing TibDateTime object (the method's second argument).
- getDateTimeArray(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a TibDateTime array field from a message.
- getDateTimeArray(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a TibDateTime array field from a message.
- getDeliveryCount() - Method in interface com.tibco.ftl.Message
-
Get the delivery count of a message.
- getDouble(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a double floating-point field from a message.
- getDouble(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a double floating-point field from a message.
- getDouble(String) - Method in interface com.tibco.ftl.TibProperties
-
Get a double integer property.
- getDoubleArray(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a double array field from a message.
- getDoubleArray(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a double array field from a message.
- getErrorCode() - Method in exception com.tibco.ftl.FTLException
-
The error code is -1 unless the underlying library sets it.
- getErrorCode() - Method in exception com.tibco.ftl.FTLRuntimeException
-
The error code is -1 unless the underlying library sets it.
- getFieldName() - Method in interface com.tibco.ftl.MessageFieldRef
-
Get the field name from a field reference object.
- getFieldsFingerprint() - Method in interface com.tibco.ftl.Message
-
Return a fingerprint representing a message's set fields.
- getFieldType(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the type of a field within the message.
- getFieldType(String) - Method in interface com.tibco.ftl.Message
-
Get the type of a field within the message.
- getFieldTypeString(int) - Method in interface com.tibco.ftl.Message
-
Return a string that represents a field type.
- getInbox() - Method in interface com.tibco.ftl.InboxSubscriber
-
Get the inbox object from an inbox subscriber.
- getInbox(String) - Method in interface com.tibco.ftl.Message
-
Get the value of an inbox field from a message.
- getInbox(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of an inbox field from a message.
- getInbox() - Method in interface com.tibco.ftl.Subscriber
-
- getInt(String) - Method in interface com.tibco.ftl.TibProperties
-
Get an integer property.
- getLong(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a long integer field from a message.
- getLong(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a long integer field from a message.
- getLong(String) - Method in interface com.tibco.ftl.TibProperties
-
Get a long integer property.
- getLongArray(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a long array field from a message.
- getLongArray(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a long array field from a message.
- getMessage(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a message field from a message.
- getMessage(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a message field from a message.
- getMessage(String) - Method in interface com.tibco.ftl.TibProperties
-
Get a Message property.
- getMessageArray(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a message array field from a message.
- getMessageArray(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a message array field from a message.
- getName() - Method in interface com.tibco.ftl.group.Group
-
Return the group name.
- getNanoseconds() - Method in class com.tibco.ftl.TibDateTime
-
Get the nanoseconds component of a TibDateTime object.
- getOpaque(String) - Method in interface com.tibco.ftl.Message
-
Get the value of an opaque field from a message.
- getOpaque(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of an opaque field from a message.
- getOpaque(String, byte[]) - Method in interface com.tibco.ftl.Message
-
Get the value of an opaque field from a message.
- getOpaque(MessageFieldRef, byte[]) - Method in interface com.tibco.ftl.Message
-
Get the value of an opaque field from a message.
- getProperties() - Method in interface com.tibco.ftl.Realm
-
Get a copy of the realm connection properties.
- getSeconds() - Method in class com.tibco.ftl.TibDateTime
-
Get the seconds component of a TibDateTime object.
- getServerUrl() - Method in interface com.tibco.ftl.Realm
-
Get a copy of the FTL server URL.
- getSize() - Method in interface com.tibco.ftl.TibMap
-
Returns the size of the map.
- getSize(TibLock) - Method in interface com.tibco.ftl.TibMap
-
Returns the size of the map as a locked operation.
- getString(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a string field from a message.
- getString(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a string field from a message.
- getString(String) - Method in interface com.tibco.ftl.TibProperties
-
Get a string property.
- getStringArray(String) - Method in interface com.tibco.ftl.Message
-
Get the value of a string array field from a message.
- getStringArray(MessageFieldRef) - Method in interface com.tibco.ftl.Message
-
Get the value of a string array field from a message.
- getVersionInformation() - Static method in class com.tibco.ftl.FTL
-
Version of the FTL Java client library (Java archive file).
- getVersionInformation() - Static method in class com.tibco.ftl.group.GroupFactory
-
Release string identifying the TIBCO FTL group library (Java archive file).
- Group - Interface in com.tibco.ftl.group
-
The group facility can coordinate fault-tolerant operation, or
distribute operating roles among application process instances.
- Group.GroupMemberEvent - Enum in com.tibco.ftl.group
-
Group member event; enumeration.
- Group.GroupMemberServerConnection - Enum in com.tibco.ftl.group
-
Group member connection to group server; enumeration.
- GROUP_CLIENT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Group client count.
- GROUP_CLIENT_DESTROYED_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group clients currently in the DESTROYED state.
- GROUP_CLIENT_EXCEPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group clients currently in the EXCEPTION state.
- GROUP_CLIENT_NEEDS_RESTART_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group clients currently in the NEEDS_RESTART state.
- GROUP_CLIENT_OFF_LINE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group clients currently in the OFF_LINE state.
- GROUP_CLIENT_OUT_OF_SYNC_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group clients currently in the OUT_OF_SYNC state.
- GROUP_CLIENT_RUNNING_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group clients currently in the RUNNING state.
- GROUP_CLIENT_TIMED_OUT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group clients currently in the TIMED_OUT state.
- GROUP_SERVER_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Group service count.
- GROUP_SERVER_DESTROYED_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group servers currently in the DESTROYED state.
- GROUP_SERVER_EXCEPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group servers currently in the EXCEPTION state.
- GROUP_SERVER_NEEDS_RESTART_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group servers currently in the NEEDS_RESTART state.
- GROUP_SERVER_OFF_LINE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group servers currently in the OFF_LINE state.
- GROUP_SERVER_OUT_OF_SYNC_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group servers currently in the OUT_OF_SYNC state.
- GROUP_SERVER_RUNNING_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group servers currently in the RUNNING state.
- GROUP_SERVER_TIMED_OUT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of group servers currently in the TIMED_OUT state.
- GroupFactory - Class in com.tibco.ftl.group
-
Factory class for group objects.
- MAX_CONNECTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Highest connection count.
- MCAST_DATA_ERRORS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver data errors
- MCAST_DELIVERED_BYTES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver delivered bytes
- MCAST_DELIVERED_PACKETS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver delivered packets
- MCAST_DUP_RECEIVED_PACKETS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver duplicate packets received
- MCAST_LOST_PACKETS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver lost packets
- MCAST_RCVR_SENT_PACKETS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast receiver sent protocol packets
- MCAST_RECEIVED_BYTES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver received bytes
- MCAST_RECEIVED_PACKETS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver received packets
- MCAST_RECEIVER_INFO - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Receiver Stream Definition
- MCAST_SENDER_BYTES_SENT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Bytes sent by multicast sender.
- MCAST_SENDER_INFO - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast Sender Stream Definition
- MCAST_SENDER_PACKETS_LOST_OUTBOUND - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets lost outbound by multicast sender
- MCAST_SENDER_PACKETS_RETRANSMITTED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets retransmitted by the multicast sender
- MCAST_SENDER_PACKETS_SENT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets sent by multicast sender
- MCAST_SENT_NAK_REQS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast sent NAK requests
- MCAST_SENT_NAKS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Multicast sent NAKs requested
- Message - Interface in com.tibco.ftl
-
Message objects contain fields with values.
- MESSAGE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Message count.
- MESSAGE_SIZE - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Message size.
- MessageFieldRef - Interface in com.tibco.ftl
-
Field references enable efficiency gains when accessing message fields.
- MessageIterator - Interface in com.tibco.ftl
-
A message iterator object traverses the fields of a message.
- MESSAGES_RECEIVED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Messages received.
- MESSAGES_SENT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Messages sent.
- messagesReceived(List<Message>, EventQueue) - Method in interface com.tibco.ftl.SubscriberListener
-
Process inbound messages.
- METRICS - Static variable in interface com.tibco.ftl.Monitoring.MessageType
-
The message contains client metrics.
- MODULE_BASE - Static variable in interface com.tibco.ftl.Advisory
-
The advisory message pertains to the FTL API base library
implementation code (field value).
- Monitoring - Interface in com.tibco.ftl
-
This interface class defines constants related to
monitoring data messages,
their field names, and their field values.
- Monitoring.ClientStatus - Interface in com.tibco.ftl
-
Client status values.
- Monitoring.ContextType - Interface in com.tibco.ftl
-
Context type values
* @see #FIELD_METRIC_CONTEXT_TYPE
- Monitoring.EventType - Interface in com.tibco.ftl
-
Event types.
- Monitoring.MessageType - Interface in com.tibco.ftl
-
Monitoring message types.
- Monitoring.MetricSemantics - Interface in com.tibco.ftl
-
Metric semantics values.
- Monitoring.MetricType - Interface in com.tibco.ftl
-
Metric type values.
- mutableCopy() - Method in interface com.tibco.ftl.Message
-
Create a mutable copy of a message.
- PACKETS_LOST_INBOUND - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets lost inbound.
- PACKETS_LOST_OUTBOUND - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets lost outbound.
- PACKETS_MISSED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets missed.
- PACKETS_RECEIVED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets received.
- PACKETS_RETRANSMITTED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets retransmitted.
- PACKETS_SENT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Packets sent.
- PENDING_CONNECTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Pending connection count.
- PENDING_UPDATES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Pending updates.
- PERSISTENCE_SERVER_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Persistence service count.
- PERSISTENCE_SERVER_DESTROYED_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of persistence servers currently in the DESTROYED state.
- PERSISTENCE_SERVER_EXCEPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of persistence servers currently in the EXCEPTION state.
- PERSISTENCE_SERVER_NEEDS_RESTART_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of persistence servers currently in the NEEDS_RESTART state.
- PERSISTENCE_SERVER_OFF_LINE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of persistence servers currently in the OFF_LINE state.
- PERSISTENCE_SERVER_OUT_OF_SYNC_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of persistence servers currently in the OUT_OF_SYNC state.
- PERSISTENCE_SERVER_RUNNING_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of persistence servers currently in the RUNNING state.
- PERSISTENCE_SERVER_TIMED_OUT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of persistence servers currently in the TIMED_OUT state.
- PROCESS_PEAK_RSS_KB - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Process peak resident/working set size in KB.
- PROCESS_RSS_KB - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Process resident/working set size in KB.
- PROCESS_VM_KB - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Process VM size in KB.
- PROPERTY_BOOL_EXPLICIT_ACK - Static variable in interface com.tibco.ftl.Subscriber
-
Explicit acknowledgement property; boolean.
- PROPERTY_BOOL_INLINE_MODE - Static variable in interface com.tibco.ftl.EventQueue
-
Inline mode (low-latency); boolean.
- PROPERTY_BOOL_RELEASE_MSGS_TO_CALLBACK - Static variable in interface com.tibco.ftl.Subscriber
-
Ownership of inbound messages; boolean.
- PROPERTY_BOOL_RELEASE_MSGS_TO_SEND - Static variable in interface com.tibco.ftl.Publisher
-
Ownership of outbound messages; boolean.
- PROPERTY_BOOLEAN_OBSERVER - Static variable in interface com.tibco.ftl.group.Group
-
Property name to monitor a group as an observer.
- PROPERTY_DOUBLE_ACTIVATION_INTERVAL - Static variable in interface com.tibco.ftl.group.Group
-
Property name for group activation interval.
- PROPERTY_DOUBLE_CONNECT_INTERVAL - Static variable in interface com.tibco.ftl.Realm
-
Property name for the interval between connection attempts; double.
- PROPERTY_DOUBLE_LOCK_ACQUIRE_RETRY_DURATION - Static variable in interface com.tibco.ftl.TibLock
-
Retry duration for lock requests.
- PROPERTY_DOUBLE_PERSISTENCE_RETRY_DURATION - Static variable in interface com.tibco.ftl.Publisher
-
Retry duration for persistent publisher operations; double.
- PROPERTY_DOUBLE_PERSISTENCE_RETRY_DURATION - Static variable in interface com.tibco.ftl.Subscriber
-
Retry duration for persistent subscriber operations; double.
- PROPERTY_DOUBLE_PERSISTENCE_RETRY_DURATION - Static variable in interface com.tibco.ftl.TibMap
-
Retry duration for map operations; double.
- PROPERTY_INT_DISCARD_POLICY - Static variable in interface com.tibco.ftl.EventQueue
-
Discard policy; integer.
- PROPERTY_INT_DISCARD_POLICY_DISCARD_AMOUNT - Static variable in interface com.tibco.ftl.EventQueue
-
Discard amount; integer.
- PROPERTY_INT_DISCARD_POLICY_MAX_EVENTS - Static variable in interface com.tibco.ftl.EventQueue
-
Max events; integer.
- PROPERTY_LONG_CONNECT_RETRIES - Static variable in interface com.tibco.ftl.Realm
-
Property name for number of connection attempts; long.
- PROPERTY_LONG_TRUST_TYPE - Static variable in interface com.tibco.ftl.Realm
-
Property name for secure FTL server trust type; long.
- PROPERTY_MESSAGE_MEMBER_DESCRIPTOR - Static variable in interface com.tibco.ftl.group.Group
-
Property name for group member descriptor.
- PROPERTY_STRING_APPINSTANCE_IDENTIFIER - Static variable in interface com.tibco.ftl.Realm
-
Property name for application instance identifier; string.
- PROPERTY_STRING_CLIENT_LABEL - Static variable in interface com.tibco.ftl.Realm
-
Property name for client label; string.
- PROPERTY_STRING_DURABLE_NAME - Static variable in interface com.tibco.ftl.Subscriber
-
Durable name property; string.
- PROPERTY_STRING_KEY_FIELD_NAME - Static variable in interface com.tibco.ftl.Subscriber
-
Key field name for a dynamic last-value durable; string.
- PROPERTY_STRING_LABEL - Static variable in interface com.tibco.ftl.Publisher
-
Property name for a publisher label; string.
- PROPERTY_STRING_LABEL - Static variable in interface com.tibco.ftl.Subscriber
-
Property name for a subscriber label; string.
- PROPERTY_STRING_LABEL - Static variable in interface com.tibco.ftl.TibMap
-
Property name for a map label; string.
- PROPERTY_STRING_MATCHER - Static variable in interface com.tibco.ftl.TibMapIterator
-
Property for map iterator matcher; string.
- PROPERTY_STRING_NAME - Static variable in interface com.tibco.ftl.EventQueue
-
Queue name; string.
- PROPERTY_STRING_NAME - Static variable in interface com.tibco.ftl.Subscriber
-
Durable subscriber name property; string.
- PROPERTY_STRING_SECONDARY_SERVER - Static variable in interface com.tibco.ftl.Realm
-
- PROPERTY_STRING_TRUST_FILE - Static variable in interface com.tibco.ftl.Realm
-
Property name for secure FTL server trust file; string.
- PROPERTY_STRING_TRUST_PEM_STRING - Static variable in interface com.tibco.ftl.Realm
-
Property name for secure FTL server trust data; string.
- PROPERTY_STRING_USERNAME - Static variable in interface com.tibco.ftl.Realm
-
Property name for FTL server username; string.
- PROPERTY_STRING_USERPASSWORD - Static variable in interface com.tibco.ftl.Realm
-
Property name for FTL server password; string.
- PROTOCOL_MESSAGE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Protocol message count.
- PUB_NONMATCHING_MSGS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Outgoing Messages that were discarded
- PUB_PUBLISHED_MSGS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Publisher Published Messages
- Publisher - Interface in com.tibco.ftl
-
Publisher objects send messages.
- Realm - Interface in com.tibco.ftl
-
Realm objects contain definitions of message formats, endpoints
and transport maps.
- REASON_DURABLE_SUBSCRIBER_COLLISION - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports that a persistence store forced a
subscriber to close; the reason is durable subscriber
collision.
- REASON_FAILOVER_LOSS - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports potential data loss;
the reason is failover to a backup forwarding component.
- REASON_INCOMPLETE_MESSAGE - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports data loss;
the reason is an incomplete message.
- REASON_LOCK_LOST_ON_DISCONNECT - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports lock lost notification;
the reason is a lock that was previously held by this
application was lost because of a disconnect from the
persistence store.
- REASON_LOCK_STOLEN - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports lock lost notification;
the reason is a lock that was previously held by this
application was stolen by some other application.
- REASON_PERSISTENCE_STORE_AVAILABLE - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports resource availability;
the reason is that a persistence store is available.
- REASON_PERSISTENCE_STORE_AVAILABLE_AFTER_CLUSTER_DATALOSS - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports resource availability;
the reason is that a persistence store is available
but the cluster lost some or all data.
- REASON_PERSISTENCE_STORE_UNAVAILABLE - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports resource unavailability;
the reason is that a persistence store is not available.
- REASON_QUEUE_LIMIT_EXCEEDED - Static variable in interface com.tibco.ftl.Advisory
-
The advisory message reports data loss; the reason is overflow of an event queue.
- REASON_RECONNECT_LOSS - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports potential data loss; the
reason is a temporary network disconnect between two
connection-oriented transports (that is, TCP or RDMA).
- REASON_RETRANSMISSION_REQUEST - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports that the subscribing endpoint
of a multicast transport in the application
requested retransmission from a publishing endpoint.
- REASON_RETRANSMISSION_REQUEST_SUPPRESSED - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports that the subscribing endpoint
of a multicast transport in the application
would have requested retransmission,
but request was suppressed.
- REASON_RETRANSMISSION_SENT - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports that the publishing endpoint
of a multicast transport in the application
has sent a retransmission as requested.
- REASON_SENDER_DISCARD - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports data loss; the reason is that a sending transport
has discarded data in accordance with its backlog settings.
- REASON_STORE_DISCARD_DATALOSS - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports data loss when
a subscriber to a last-value durable has missed
one or more messages from the persistence store.
- REASON_TPORT_DATALOSS - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports data loss; the reason is a transport problem.
- REASON_UPSTREAM_LOSS - Static variable in interface com.tibco.ftl.Advisory
-
The advisory reports potential data loss; the
reason is a data loss advisory detected upstream at a forwarding
component (such as a transport bridge).
- RECORDS_AVAIL_FOR_SYNC - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Records available for sync.
- RECORDS_CAUGHT_UP - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Records caught up.
- RECORDS_SYNCED - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Records synced.
- RECORDS_TO_CATCH_UP - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Records to catch up.
- remove() - Method in interface com.tibco.ftl.MessageIterator
-
Unsupported method; do not use.
- remove(String) - Method in interface com.tibco.ftl.TibMap
-
Remove a key/value pair from a map.
- remove(String, TibLock) - Method in interface com.tibco.ftl.TibMap
-
Remove a key/value pair from a map as a locked operation.
- remove(String) - Method in interface com.tibco.ftl.TibProperties
-
Remove the property name
from properties.
- removeMap(String, String, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Delete a map from a persistence store.
- removeSubscriber(Subscriber) - Method in interface com.tibco.ftl.EventQueue
-
Remove a subscriber from a queue.
- request() - Method in interface com.tibco.ftl.TibLock
-
No operation.
- returnLock() - Method in interface com.tibco.ftl.TibLock
-
Release a lock.
- RUNNING - Static variable in interface com.tibco.ftl.Monitoring.ClientStatus
-
The client is running.
- SATELLITE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Satellite count.
- SATELLITE_DESTROYED_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of satellites currently in the DESTROYED state.
- SATELLITE_EXCEPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of satellites currently in the EXCEPTION state.
- SATELLITE_NEEDS_RESTART_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of satellites currently in the NEEDS_RESTART state.
- SATELLITE_OFF_LINE_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of satellites currently in the OFF_LINE state.
- SATELLITE_OUT_OF_SYNC_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of satellites currently in the OUT_OF_SYNC state.
- SATELLITE_RUNNING_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of satellites currently in the RUNNING state.
- SATELLITE_TIMED_OUT_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of satellites currently in the TIMED_OUT state.
- send(Message) - Method in interface com.tibco.ftl.Publisher
-
Send a message, one-to-many.
- send(Message[]) - Method in interface com.tibco.ftl.Publisher
-
Send messages (one-to-many) from an array of messages.
- send(Message[], int) - Method in interface com.tibco.ftl.Publisher
-
Send a subset of messages from an array of messages.
- SEND_BACKLOG_MAX_SIZE - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Backlog highest size during the previous period
- SEND_TO_INBOX_FAILURES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Count of send to client inbox failures.
- sendToInbox(Inbox, Message) - Method in interface com.tibco.ftl.Publisher
-
Send an inbox message to an inbox.
- SERVER_METRICS - Static variable in interface com.tibco.ftl.Monitoring.MessageType
-
The message contains FTL server metrics.
- set(long, long) - Method in class com.tibco.ftl.TibDateTime
-
Modify a TibDateTime object by setting its seconds and nanoseconds components.
- set(String, Message) - Method in interface com.tibco.ftl.TibMap
-
Set a key/value pair in a map.
- set(String, Message, TibLock) - Method in interface com.tibco.ftl.TibMap
-
Set a key/value pair in a map as a locked operation.
- set(String[], Message[]) - Method in interface com.tibco.ftl.TibMap
-
Set Multiple key/value pairs in a map.
- set(String[], Message[], TibLock) - Method in interface com.tibco.ftl.TibMap
-
Set multiple key/value pairs in a map as a locked operation.
- set(String, boolean) - Method in interface com.tibco.ftl.TibProperties
-
Set a boolean property.
- set(String, String) - Method in interface com.tibco.ftl.TibProperties
-
Set a string property.
- set(String, Message) - Method in interface com.tibco.ftl.TibProperties
-
Set a Message property.
- set(String, int) - Method in interface com.tibco.ftl.TibProperties
-
Set an integer property.
- set(String, long) - Method in interface com.tibco.ftl.TibProperties
-
Set a long integer property.
- set(String, double) - Method in interface com.tibco.ftl.TibProperties
-
Set a double property.
- setArray(String, long[]) - Method in interface com.tibco.ftl.Message
-
Set a long array field in a mutable message.
- setArray(MessageFieldRef, long[]) - Method in interface com.tibco.ftl.Message
-
Set a long array field in a mutable message.
- setArray(String, long[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a long array field in a mutable message.
- setArray(MessageFieldRef, long[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a long array field in a mutable message.
- setArray(String, double[]) - Method in interface com.tibco.ftl.Message
-
Set a double array field in a mutable message.
- setArray(MessageFieldRef, double[]) - Method in interface com.tibco.ftl.Message
-
Set a double array field in a mutable message.
- setArray(String, double[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a double array field in a mutable message.
- setArray(MessageFieldRef, double[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a double array field in a mutable message.
- setArray(String, String[]) - Method in interface com.tibco.ftl.Message
-
Set a string array field in a mutable message.
- setArray(MessageFieldRef, String[]) - Method in interface com.tibco.ftl.Message
-
Set a string array field in a mutable message.
- setArray(String, String[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a string array field in a mutable message.
- setArray(MessageFieldRef, String[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a string array field in a mutable message.
- setArray(String, Message[]) - Method in interface com.tibco.ftl.Message
-
Set a sub-message array field in a mutable message.
- setArray(MessageFieldRef, Message[]) - Method in interface com.tibco.ftl.Message
-
Set a sub-message array field in a mutable message.
- setArray(String, Message[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a sub-message array field in a mutable message.
- setArray(MessageFieldRef, Message[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a sub-message array field in a mutable message.
- setArray(String, TibDateTime[]) - Method in interface com.tibco.ftl.Message
-
Set a TibDateTime array field in a mutable message.
- setArray(MessageFieldRef, TibDateTime[]) - Method in interface com.tibco.ftl.Message
-
Set a TibDateTime array field in a mutable message.
- setArray(String, TibDateTime[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a TibDateTime array field in a mutable message.
- setArray(MessageFieldRef, TibDateTime[], int, int) - Method in interface com.tibco.ftl.Message
-
Set a TibDateTime array field in a mutable message.
- setDateTime(String, TibDateTime) - Method in interface com.tibco.ftl.Message
-
Set a TibDateTime field in a mutable message.
- setDateTime(MessageFieldRef, TibDateTime) - Method in interface com.tibco.ftl.Message
-
Set a TibDateTime field in a mutable message.
- setDouble(String, double) - Method in interface com.tibco.ftl.Message
-
Set a double floating-point field in a mutable message.
- setDouble(MessageFieldRef, double) - Method in interface com.tibco.ftl.Message
-
Set a double floating-point field in a mutable message.
- setErrorCode(int) - Method in exception com.tibco.ftl.FTLException
-
- setErrorCode(int) - Method in exception com.tibco.ftl.FTLRuntimeException
-
- setFromDate(Date) - Method in class com.tibco.ftl.TibDateTime
-
Modify a TibDateTime object so it represents a time equivalent to a
java.util.Date
object.
- setFromMillis(long) - Method in class com.tibco.ftl.TibDateTime
-
Modify a TibDateTime object by converting from milliseconds
relative to January 1, 1970, 00:00:00 GMT (that is, the
epoch), and setting its components to the equivalent time.
- setInbox(String, Inbox) - Method in interface com.tibco.ftl.Message
-
Set an inbox field in a mutable message.
- setInbox(MessageFieldRef, Inbox) - Method in interface com.tibco.ftl.Message
-
Set an inbox field in a mutable message.
- setLogFiles(String, long, int, TibProperties) - Static method in class com.tibco.ftl.FTL
-
Arrange rotating log files.
- setLogFiles(String, long, int, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Arrange rotating log files for the realm.
- setLogFilesForRealm(long, String, long, int, TibProperties) - Static method in class com.tibco.ftl.FTL
-
- setLogHandler(LogHandler, TibProperties) - Static method in class com.tibco.ftl.FTL
-
Register a global log handler.
- setLogHandler(LogHandler, TibProperties) - Method in interface com.tibco.ftl.Realm
-
Register a log handler for the realm.
- setLogHandlerForRealm(long, LogHandler, TibProperties) - Static method in class com.tibco.ftl.FTL
-
- setLogLevel(String) - Static method in class com.tibco.ftl.FTL
-
Set the FTL log trace level.
- setLogLevel(String) - Method in interface com.tibco.ftl.Realm
-
Set the FTL log trace level for the realm.
- setLogLevelForRealm(long, String) - Static method in class com.tibco.ftl.FTL
-
- setLong(String, long) - Method in interface com.tibco.ftl.Message
-
Set a long integer field in a mutable message.
- setLong(MessageFieldRef, long) - Method in interface com.tibco.ftl.Message
-
Set a long integer field in a mutable message.
- setMessage(String, Message) - Method in interface com.tibco.ftl.Message
-
Set a sub-message field in a mutable message.
- setMessage(MessageFieldRef, Message) - Method in interface com.tibco.ftl.Message
-
Set a sub-message field in a mutable message.
- setNotificationHandler(NotificationHandler) - Method in interface com.tibco.ftl.Realm
-
Register the notification handler.
- setOpaque(String, byte[]) - Method in interface com.tibco.ftl.Message
-
Set an opaque (byte-array) field in a mutable message.
- setOpaque(MessageFieldRef, byte[]) - Method in interface com.tibco.ftl.Message
-
Set an opaque (byte-array) field in a mutable message.
- setOpaque(String, byte[], int) - Method in interface com.tibco.ftl.Message
-
Set an opaque (byte-array) field in a mutable message.
- setOpaque(MessageFieldRef, byte[], int) - Method in interface com.tibco.ftl.Message
-
Set an opaque (byte-array) field in a mutable message.
- setString(String, String) - Method in interface com.tibco.ftl.Message
-
Set a string field in a mutable message.
- setString(MessageFieldRef, String) - Method in interface com.tibco.ftl.Message
-
Set a string field in a mutable message.
- SEVERITY_DEBUG - Static variable in interface com.tibco.ftl.Advisory
-
The advisory message is for debugging (severity value).
- SEVERITY_INFO - Static variable in interface com.tibco.ftl.Advisory
-
The advisory message is informational (severity value).
- SEVERITY_WARN - Static variable in interface com.tibco.ftl.Advisory
-
The advisory message is a warning (severity value).
- steal() - Method in interface com.tibco.ftl.TibLock
-
Forcibly acquire a lock, even if another process holds it.
- STORE_MISMATCH_MESSAGES - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Store mismatch messages.
- SUB_DELIVERED_MSGS - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Subscriber Delivered Messages
- Subscriber - Interface in com.tibco.ftl
-
Subscribers express interest to receive inbound messages.
- SubscriberListener - Interface in com.tibco.ftl
-
Message event handler.
- SUBSCRIPTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Subscription count.
- SUSPENDED_CONNECTION_COUNT - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Suspended connection count.
- SYSTEM_CPU_TIME - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
System CPU time in microseconds.
- TIB_BUILTIN_MSG_FMT_KEY_FIELDNAME - Static variable in interface com.tibco.ftl.Message
-
Built-in field name of the key field in a
keyed opaque message.
- TIB_BUILTIN_MSG_FMT_KEY_MAXLEN - Static variable in interface com.tibco.ftl.Message
-
Maximum length (in bytes) of the key field of a
keyed opaque message.
- TIB_BUILTIN_MSG_FMT_KEYED_OPAQUE - Static variable in interface com.tibco.ftl.Message
-
Built-in format name for keyed opaque messages.
- TIB_BUILTIN_MSG_FMT_OPAQUE - Static variable in interface com.tibco.ftl.Message
-
Built-in format name for opaque messages.
- TIB_BUILTIN_MSG_FMT_OPAQUE_FIELDNAME - Static variable in interface com.tibco.ftl.Message
-
Built-in field name of the data field in an opaque
message or a keyed opaque message.
- TIB_BUILTIN_MSG_FMT_OPAQUE_MAXSIZE - Static variable in interface com.tibco.ftl.Message
-
Maximum efficient length (in bytes) of a built-in opaque message.
- TIB_FIELD_TYPE_DATETIME - Static variable in interface com.tibco.ftl.Message
-
DateTime.
- TIB_FIELD_TYPE_DATETIME_ARRAY - Static variable in interface com.tibco.ftl.Message
-
Array of DateTime.
- TIB_FIELD_TYPE_DOUBLE - Static variable in interface com.tibco.ftl.Message
-
Double floating-point number.
- TIB_FIELD_TYPE_DOUBLE_ARRAY - Static variable in interface com.tibco.ftl.Message
-
Array of double floating-point numbers.
- TIB_FIELD_TYPE_INBOX - Static variable in interface com.tibco.ftl.Message
-
Inbox.
- TIB_FIELD_TYPE_LONG - Static variable in interface com.tibco.ftl.Message
-
Long integer.
- TIB_FIELD_TYPE_LONG_ARRAY - Static variable in interface com.tibco.ftl.Message
-
Array of long integers.
- TIB_FIELD_TYPE_MAX - Static variable in interface com.tibco.ftl.Message
-
- TIB_FIELD_TYPE_MESSAGE - Static variable in interface com.tibco.ftl.Message
-
Sub-message (that is, a nested message).
- TIB_FIELD_TYPE_MESSAGE_ARRAY - Static variable in interface com.tibco.ftl.Message
-
Array of sub-messages.
- TIB_FIELD_TYPE_OPAQUE - Static variable in interface com.tibco.ftl.Message
-
Opaque byte-string.
- TIB_FIELD_TYPE_STRING - Static variable in interface com.tibco.ftl.Message
-
Character string.
- TIB_FIELD_TYPE_STRING_ARRAY - Static variable in interface com.tibco.ftl.Message
-
Array of character strings.
- TIB_FIELD_TYPE_UNKNOWN - Static variable in interface com.tibco.ftl.Message
-
Unrecognized type.
- TIB_LOG_LEVEL_DEBUG - Static variable in class com.tibco.ftl.FTL
-
Debug -- output trace entries for all events (debug, verbose,
information, warning and severe events).
- TIB_LOG_LEVEL_INFO - Static variable in class com.tibco.ftl.FTL
-
Info -- output trace entries for information, warning
and severe events.
- TIB_LOG_LEVEL_OFF - Static variable in class com.tibco.ftl.FTL
-
Off -- disable all tracing.
- TIB_LOG_LEVEL_SEVERE - Static variable in class com.tibco.ftl.FTL
-
Severe -- output trace entries only for severe events.
- TIB_LOG_LEVEL_VERBOSE - Static variable in class com.tibco.ftl.FTL
-
Verbose -- output trace entries for verbose, information,
warning and severe events.
- TIB_LOG_LEVEL_WARN - Static variable in class com.tibco.ftl.FTL
-
Warn -- output trace entries for warning and severe
events.
- TIB_MONITORING_APPLICATION - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Application
- TIB_MONITORING_BRIDGE - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Bridge
- TIB_MONITORING_DYNAMIC_ENTITIES - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Dynamic entities
- TIB_MONITORING_EFTL_SERVER - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
eFTL server
- TIB_MONITORING_ENDPOINT - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Endpoint
- TIB_MONITORING_PERSISTENCE_SERVER - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Persistence server
- TIB_MONITORING_PERSISTENCE_STORE - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Persistence store
- TIB_MONITORING_PERSISTENCE_STORE_MANAGER - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Persistence store manager
- TIB_MONITORING_QUEUE - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Queue
- TIB_MONITORING_REALM_SERVER - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Realm Service
- TIB_MONITORING_TRANSPORT - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Transport
- TIB_MONITORING_UNDEFINED - Static variable in interface com.tibco.ftl.Monitoring.ContextType
-
Undefined
- TIB_VERSION_BANNER - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_JNI_COMPAT_NUM - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_MAJOR_NUM - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_MAJOR_STRING - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_MINOR_NUM - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_MINOR_STRING - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_STRING_COMPARE - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_STRING_LONG - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_STRING_SHORT - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_UPDATE_NUM - Static variable in class com.tibco.ftl.Version
-
- TIB_VERSION_UPDATE_STRING - Static variable in class com.tibco.ftl.Version
-
- TibDateTime - Class in com.tibco.ftl
-
This class represents date and time values
with large range and nanosecond precision.
- TibDateTime() - Constructor for class com.tibco.ftl.TibDateTime
-
Create a TibDateTime object denoting January 1,
1970, 00:00:00.000000000 GMT (that is, the epoch).
- TibLock - Interface in com.tibco.ftl
-
Cooperating application programs can use locks
to implement exclusive access to a map within a persistence store.
- TibMap - Interface in com.tibco.ftl
-
Programs can use maps to store key/value pairs in a persistence store.
- TibMapIterator - Interface in com.tibco.ftl
-
Map iterators iterate over the key/value pairs in a map.
- TibProperties - Interface in com.tibco.ftl
-
Properties objects represent a set of configuration properties
(name/value pairs).
- TIMED_OUT - Static variable in interface com.tibco.ftl.Monitoring.ClientStatus
-
The client has timed out.
- timerFired(EventTimer, EventQueue) - Method in interface com.tibco.ftl.EventTimerListener
-
Timer event callback.
- toDate() - Method in class com.tibco.ftl.TibDateTime
-
Convert a TibDateTime object to a java.util.Date
object.
- toMillis() - Method in class com.tibco.ftl.TibDateTime
-
Convert a TibDateTime object to milliseconds.
- toString() - Method in class com.tibco.ftl.TibDateTime
-
Return a printable string representing this TibDateTime.
- TOTAL_CPU_TIME - Static variable in interface com.tibco.ftl.Monitoring.MetricType
-
Total CPU time in microseconds.