TIBCO FTL®
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CTIBCO.FTL.AdvisoryAsynchronous advisory messages carry information about the operation of FTL. Programs can receive this information through subscribers on the advisory endpoint
 CTIBCO.FTL.Monitoring.ClientStatusClient status values
 CTIBCO.FTL.Monitoring.ContextTypeContext type values
 CEventArgs
 CTIBCO.FTL.TimerFiredEventArgsEvent arguments for IEventTimer.Fired events
 CTIBCO.FTL.Monitoring.EventTypeEvent type values
 CException
 CTIBCO.FTL.FTLExceptionAn error occured in FTL
 CTIBCO.FTL.FTLAlreadyExistsExceptionConflict with an existing object, value or definition
 CTIBCO.FTL.FTLClientShutdownExceptionThe program attempted an operation on an unusable realm object
 CTIBCO.FTL.FTLEndOfBufferExceptionEnd of buffer while parsing an inbound message
 CTIBCO.FTL.FTLFormatUnavailableExceptionA format required by the client program is unavailable
 CTIBCO.FTL.FTLIllegalStateExceptionAn action is inconsistent with internal state
 CTIBCO.FTL.FTLInterruptedExceptionThread internal interrupt
 CTIBCO.FTL.FTLInvalidArgumentExceptionInvalid argument (or invalid value embedded in an argument)
 CTIBCO.FTL.FTLInvalidConfigExceptionInvalid or contradictory property values
 CTIBCO.FTL.FTLInvalidFormatExceptionThe FTL client library encountered a message with an invalid format
 CTIBCO.FTL.FTLInvalidTypeExceptionField datatype mismatch
 CTIBCO.FTL.FTLInvalidValueExceptionFTL internal error
 CTIBCO.FTL.FTLIOExceptionI/O error
 CTIBCO.FTL.FTLLimitReachedExceptionA resource cannot accept data because it has reached a limit
 CTIBCO.FTL.FTLNotFoundExceptionCannot find a requested object
 CTIBCO.FTL.FTLNotInitializedExceptionThe program called FTL.Close and subsequently called an FTL method that requires FTL resources
 CTIBCO.FTL.FTLNotPermittedExceptionInvalid operation (on a valid object)
 CTIBCO.FTL.FTLNotSupportedExceptionUnsupported datatype or feature
 CTIBCO.FTL.FTLNullExceptionUnexpected null value
 CTIBCO.FTL.FTLOSExceptionAn operating system call failed
 CTIBCO.FTL.FTLOutOfMemoryExceptionMemory allocation failed
 CTIBCO.FTL.FTLOutOfRangeExceptionA value or reference is out of range
 CTIBCO.FTL.FTLRealmServerExceptionException within the realm server. The client library does not throw this exception
 CTIBCO.FTL.FTLResourceUnavailableExceptionA resource required by the client program is unavailable
 CTIBCO.FTL.FTLTimeoutExceptionInternal timeout elapsed
 CTIBCO.FTL.FTLVersionMismatchExceptionIncompatible versions of FTL components
 CTIBCO.FTL.FTLThe class FTL is the first entry point of an FTL program
 CTIBCO.FTL.GROUP.GroupFactoryFactory for IGroup objects
 CIComparable
 CTIBCO.FTL.TibDateTimeThis class represents date and time values with large range and nanosecond precision
 CIDisposable
 CTIBCO.FTL.GROUP.GroupPrograms do not use this class explicitly. Use the IGroup interface instead
 CTIBCO.FTL.GROUP.IGroupThe group facility can coordinate fault-tolerant operation, or distribute operating roles among application process instances
 CTIBCO.FTL.GROUP.GroupPrograms do not use this class explicitly. Use the IGroup interface instead
 CTIBCO.FTL.IContentMatcherContent matcher objects filter messages based on their content
 CTIBCO.FTL.IEventQueueEvent queue objects hold message and timer events until listeners can process them
 CTIBCO.FTL.IEventTimerA timer object queues an event when its interval elapses
 CTIBCO.FTL.IInboxInbox objects address inbox subscribers
 CTIBCO.FTL.IMessageMessage objects contain fields with values
 CTIBCO.FTL.IMessageFieldRefField references enable efficiency gains when accessing message fields
 CTIBCO.FTL.IPublisherPublisher objects send messages
 CTIBCO.FTL.IRealmRealm objects contain definitions of message formats, endpoints and transport maps
 CTIBCO.FTL.ISubscriberSubscribers express interest to receive inbound messages
 CTIBCO.FTL.IInboxSubscriberInbox subscribers receive one-to-one messages
 CTIBCO.FTL.ITibBrowserPrograms can use browsers to inspect and delete existing messages in shared durables
 CTIBCO.FTL.ITibLockCooperating application programs can use locks to implement exclusive access to a map within a persistence store
 CTIBCO.FTL.ITibMapPrograms can use maps to store key/value pairs in a persistence store
 CTIBCO.FTL.ITibMapIteratorMap iterators iterate over the key/value pairs in a map
 CTIBCO.FTL.ITibPropertiesProperties objects represent a set of configuration properties (name and value pairs)
 CTIBCO.FTL.MessageEnumeratorThis 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
 CTIBCO.FTL.TibDateTimeThis class represents date and time values with large range and nanosecond precision
 CIEnumerable
 CTIBCO.FTL.IMessageMessage objects contain fields with values
 CTIBCO.FTL.IMessageMessage objects contain fields with values
 CIEnumerator
 CTIBCO.FTL.MessageEnumeratorThis 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
 CIEnumerator
 CTIBCO.FTL.MessageEnumeratorThis 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
 CTIBCO.FTL.ILogHandlerCustomer programs may implement this interface to process FTL log statements
 CTIBCO.FTL.INotificationHandlerIn 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
 CTIBCO.FTL.ISubscriberListenerMessage event handler
 CTIBCO.FTL.LogStreamLogStream 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
 CTIBCO.FTL.Monitoring.MessageTypeMonitoring message types
 CTIBCO.FTL.Monitoring.MetricSemanticsMetric semantics values
 CTIBCO.FTL.Monitoring.MetricTypeMetric type values
 CTIBCO.FTL.MonitoringMonitoring data messages carry monitoring metrics data about FTL programs. Programs can receive the stream of monitoring data messages by subscribing to the monitoring endpoint
 CTIBCO.FTL.Native
 CTIBCO.FTL.GROUP.Native