TIBCO FTL®
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
\NTIBCO
 \NFTL
  oNGROUP
  |oCGroupFactoryFactory for IGroup objects.
  |\CIGroupThe group facility can coordinate fault-tolerant operation, or distribute operating roles among application process instances.
  oCAdvisoryAsynchronous advisory messages carry information about the operation of FTL. Programs can receive this information through subscribers on the advisory endpoint
  oCFTLThe class FTL is the first entry point of an FTL program.
  oCFTLAlreadyExistsExceptionConflict with an existing object, value or definition.
  oCFTLClientShutdownExceptionThe program attempted an operation on an unusable realm object.
  oCFTLEndOfBufferExceptionEnd of buffer while parsing an inbound message.
  oCFTLExceptionAn error occured in FTL.
  oCFTLFormatUnavailableExceptionA format required by the client program is unavailable.
  oCFTLIllegalStateExceptionAn action is inconsistent with internal state.
  oCFTLInterruptedExceptionThread internal interrupt.
  oCFTLInvalidArgumentExceptionInvalid argument (or invalid value embedded in an argument).
  oCFTLInvalidConfigExceptionInvalid or contradictory property values.
  oCFTLInvalidFormatExceptionThe FTL client library encountered a message with an invalid format.
  oCFTLInvalidTypeExceptionField datatype mismatch.
  oCFTLInvalidValueExceptionFTL internal error.
  oCFTLIOExceptionI/O error.
  oCFTLLimitReachedExceptionA resource cannot accept data because it has reached a limit.
  oCFTLNotFoundExceptionCannot find a requested object.
  oCFTLNotInitializedExceptionThe program called FTL.Close and subsequently called an FTL method that requires FTL resources.
  oCFTLNotPermittedExceptionInvalid operation (on a valid object).
  oCFTLNotSupportedExceptionUnsupported datatype or feature.
  oCFTLNullExceptionUnexpected null value.
  oCFTLOSExceptionAn operating system call failed.
  oCFTLOutOfMemoryExceptionMemory allocation failed.
  oCFTLOutOfRangeExceptionA value or reference is out of range.
  oCFTLRealmServerExceptionException within the realm server. The client library does not throw this exception.
  oCFTLResourceUnavailableExceptionA resource required by the client program is unavailable.
  oCFTLTimeoutExceptionInternal timeout elapsed.
  oCFTLVersionMismatchExceptionIncompatible versions of FTL components.
  oCIContentMatcherContent matcher objects filter messages based on their content.
  oCIEventQueueEvent queue objects hold message and timer events until listeners can process them.
  oCIEventTimerA timer object queues an event when its interval elapses.
  oCIInboxInbox objects address inbox subscribers.
  oCIInboxSubscriberInbox subscribers receive one-to-one messages.
  oCILogHandlerCustomer programs may implement this interface to process FTL log statements.
  oCIMessageMessage objects contain fields with values.
  oCIMessageFieldRefField references enable efficiency gains when accessing message fields.
  oCINotificationHandlerIn 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.
  oCIPublisherPublisher objects send messages.
  oCIRealmRealm objects contain definitions of message formats, endpoints and transport maps
  oCISubscriberSubscribers express interest to receive inbound messages.
  oCISubscriberListenerMessage event handler.
  oCITibLockCooperating application programs can use locks to implement exclusive access to a map within a persistence store.
  oCITibMapPrograms can use maps to store key/value pairs in a persistence store.
  oCITibMapIteratorMap iterators iterate over the key/value pairs in a map.
  oCITibPropertiesProperties objects represent a set of configuration properties (name and value pairs).
  oCLogStreamLogStream 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
  oCMessageEnumeratorThis 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.
  oCMonitoringMonitoring data messages carry monitoring metrics data about FTL programs. Programs can receive the stream of monitoring data messages by subscribing to the monitoring endpoint
  |oCClientStatusClient status values.
  |oCContextTypeContext type values
  |oCEventTypeEvent type values.
  |oCMessageTypeMonitoring message types.
  |oCMetricSemanticsMetric semantics values.
  |\CMetricTypeMetric type values.
  oCTibDateTimeThis class represents date and time values with large range and nanosecond precision.
  \CTimerFiredEventArgsEvent arguments for IEventTimer.Fired events.