TIBCO FTL®
|
TIBCO | |
FTL | |
GROUP | |
GroupFactory | Factory for IGroup objects. |
IGroup | The group facility can coordinate fault-tolerant operation, or distribute operating roles among application process instances. |
Advisory | Asynchronous advisory messages carry information about the operation of FTL. Programs can receive this information through subscribers on the advisory endpoint |
FTL | The class FTL is the first entry point of an FTL program. |
FTLAlreadyExistsException | Conflict with an existing object, value or definition. |
FTLClientShutdownException | The program attempted an operation on an unusable realm object. |
FTLEndOfBufferException | End of buffer while parsing an inbound message. |
FTLException | An error occured in FTL. |
FTLFormatUnavailableException | A format required by the client program is unavailable. |
FTLIllegalStateException | An action is inconsistent with internal state. |
FTLInterruptedException | Thread internal interrupt. |
FTLInvalidArgumentException | Invalid argument (or invalid value embedded in an argument). |
FTLInvalidConfigException | Invalid or contradictory property values. |
FTLInvalidFormatException | The FTL client library encountered a message with an invalid format. |
FTLInvalidTypeException | Field datatype mismatch. |
FTLInvalidValueException | FTL internal error. |
FTLIOException | I/O error. |
FTLLimitReachedException | A resource cannot accept data because it has reached a limit. |
FTLNotFoundException | Cannot find a requested object. |
FTLNotInitializedException | The program called FTL.Close and subsequently called an FTL method that requires FTL resources. |
FTLNotPermittedException | Invalid operation (on a valid object). |
FTLNotSupportedException | Unsupported datatype or feature. |
FTLNullException | Unexpected null value. |
FTLOSException | An operating system call failed. |
FTLOutOfMemoryException | Memory allocation failed. |
FTLOutOfRangeException | A value or reference is out of range. |
FTLRealmServerException | Exception within the realm server. The client library does not throw this exception. |
FTLResourceUnavailableException | A resource required by the client program is unavailable. |
FTLTimeoutException | Internal timeout elapsed. |
FTLVersionMismatchException | Incompatible versions of FTL components. |
IContentMatcher | Content matcher objects filter messages based on their content. |
IEventQueue | Event queue objects hold message and timer events until listeners can process them. |
IEventTimer | A timer object queues an event when its interval elapses. |
IInbox | Inbox objects address inbox subscribers. |
IInboxSubscriber | Inbox subscribers receive one-to-one messages. |
ILogHandler | Customer programs may implement this interface to process FTL log statements. |
IMessage | Message objects contain fields with values. |
IMessageFieldRef | Field references enable efficiency gains when accessing message fields. |
INotificationHandler | In some situations, FTL must notify programs of conditions that preclude the use of event queues (as the communications medium). Instead of sending an advisory, FTL notifies the program through an out-of-band mechanism. |
IPublisher | Publisher objects send messages. |
IRealm | Realm objects contain definitions of message formats, endpoints and transport maps |
ISubscriber | Subscribers express interest to receive inbound messages. |
ISubscriberListener | Message event handler. |
ITibLock | Cooperating application programs can use locks to implement exclusive access to a map within a persistence store. |
ITibMap | Programs can use maps to store key/value pairs in a persistence store. |
ITibMapIterator | Map iterators iterate over the key/value pairs in a map. |
ITibProperties | Properties objects represent a set of configuration properties (name and value pairs). |
LogStream | LogStream data messages carry logging and advisory data about FTL programs. Programs can receive the stream of logging data messages by subscribing to the logging endpoint |
MessageEnumerator | This class implements the System.Collections.IEnumerator interface for enumerating the fields of an IMessage. When called on an IMessage, the method System.Collections.IEnumerable.GetEnumerator returns an object of this class. |
Monitoring | Monitoring data messages carry monitoring metrics data about FTL programs. Programs can receive the stream of monitoring data messages by subscribing to the monitoring endpoint |
ClientStatus | Client status values. |
ContextType | Context type values |
EventType | Event type values. |
MessageType | Monitoring message types. |
MetricSemantics | Metric semantics values. |
MetricType | Metric type values. |
TibDateTime | This class represents date and time values with large range and nanosecond precision. |
TimerFiredEventArgs | Event arguments for IEventTimer.Fired events. |