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