Apama
10.3.1.5
|
Ccom::softwareag::connectivity::list_t::_iterator< DATA, UNDERLYING > | Forward/reverse and const/non-const iterators are implemented using this class |
►Ccom::softwareag::connectivity::map_t::_iterator< DATA, UNDERLYING, PAIR > | Forward/reverse and const/non-const iterators are implemented using this class |
Ccom::softwareag::connectivity::chainmanagers::AbstractChainManager< TRANSPORT > | Base class for transport chain manager plug-ins |
CAP_Chunk | [DEPRRECATED] Base class for all 'chunk' classes |
CAP_Context | [DEPRECATED] Execution context for a library function call |
CAP_CorrelatorInterface | [DEPRECATED] Asynchronous interface to the correlator |
CAP_EventCodec | AP_EventCodec |
CAP_EventCodec_Functions | AP_EventCodec_Functions |
CAP_EventCodecProperties | AP_EventCodecProperties |
CAP_EventCodecProperty | AP_EventCodecProperty |
CAP_EventCodecStatus | AP_EventCodecStatus |
CAP_EventDecoder | AP_EventDecoder |
CAP_EventDecoder_Functions | AP_EventDecoder_Functions |
CAP_EventEncoder | AP_EventEncoder |
CAP_EventEncoder_Functions | AP_EventEncoder_Functions |
CAP_EventHandlerInterface | [DEPRECATED] An interface class that should be implemented by event handlers which are registered via AP_CorrelatorInterface::subscribe |
CAP_EventTransport | AP_EventTransport |
CAP_EventTransport_Functions | AP_EventTransport_Functions |
CAP_EventTransportProperties | AP_EventTransportProperties |
CAP_EventTransportProperty | AP_EventTransportProperty |
CAP_EventTransportStatus | AP_EventTransportStatus |
CAP_Function | [DEPRECATED] Plugin function descriptor |
CAP_NormalisedEvent | AP_NormalisedEvent |
CAP_NormalisedEvent_Functions | AP_NormalisedEvent_Functions |
CAP_NormalisedEventIterator | AP_NormalisedEventIterator |
CAP_NormalisedEventIterator_Functions | AP_NormalisedEventIterator_Functions |
CAP_PluginChunk_API | [DEPRECATED] PluginChunk |
CAP_PluginChunk_Callbacks | [DEPRECATED] PluginChunk callback API |
CAP_PluginChunk_Functions | [DEPRECATED] PluginChunk function API |
CAP_PluginContext_API | [DEPRECATED] PluginContext |
CAP_PluginContext_Functions | [DEPRECATED] PluginContext function API |
CAP_PluginCorrelatorInterface_API | [DEPRECATED] CorrelatorInterface |
CAP_PluginCorrelatorInterface_Functions | [DEPRECATED] CorrelatorInterface function API |
CAP_PluginFunction | [DEPRECATED] Plugin function descriptor |
CAP_PluginType_API | [DEPRECATED] AP_Type |
CAP_PluginType_Functions | [DEPRECATED] AP_Type function API |
CAP_PluginTypeList_API | [DEPRECATED] AP_TypeList |
CAP_PluginTypeList_Functions | [DEPRECATED] AP_TypeList function API |
CAP_SemanticMapper | AP_SemanticMapper |
CAP_SemanticMapper_Functions | AP_SemanticMapper_Functions |
CAP_TimestampSet | AP_TimestampSet |
CAP_TimestampSet_Functions | AP_TimestampSet_Functions |
CAP_Type | [DEPRECATED] Type-safe encapsulation of an EPL object, for passing arguments and return values into and out of plugin functions |
CAP_TypeList | [DEPRECATED] Container class for an ordered list of AP_Type objects, typically used to hold the argument list for a plugin function call |
Ccom::softwareag::connectivity::buffer_t | A class that holds an untyped byte buffer |
Ccom::softwareag::connectivity::chainmanagers::Chain< TRANSPORT > | Represents a dynamic chain instance, created using ChainManagerHost.createChain |
Ccom::softwareag::connectivity::chainmanagers::ChainManagerConstructorParameters | A container for parameters passed to the constructor of a dynamic chain manager |
Ccom::softwareag::connectivity::chainmanagers::ChainManagerHost< TRANSPORT > | API provided to Chain Managers for callbacks into the host, and for operations such as creating chains and registering channel lifecycle listeners |
Ccom::softwareag::connectivity::chainmanagers::ChannelLifecycleListener | API for Chain Manager to listen for changes in channel subscriptions within the correlator |
Ccom::softwareag::connectivity::const_visitor< DERIVED, RV > | Helper class for writing visitors to apply to data_t |
Ccom::apama::epl::CorrelatorInterface | An interface to the correlator which lets plug-ins call methods on the host |
Ccom::softwareag::connectivity::custom_t< T > | A wrapper type for holding arbitrary objects inside a data_t |
Ccom::softwareag::connectivity::data_t | A variant type which can be one of the following: |
CAP_Type::ElementFn | [DEPRECATED] |
Ccom::apama::engine::EngineConnection | EngineConnection encapsulates the information related to a connection between two Apama messaging components |
Ccom::apama::engine::EngineInfo | Information about the monitors and types currently in an engine |
Ccom::apama::engine::EngineStatus | EngineStatus represents the operational status of the Engine |
Ccom::apama::epl::EPLPlugin< DERIVED > | Derive from this class to define a Correlator EPL plug-in |
Ccom::apama::event::Event | An Event object represents an event instance |
►Ccom::apama::event::EventConsumer | An EventConsumer can connect to the Engine through an EventSupplier and register to receive events |
Ccom::apama::epl::EventHandler | An interface for subscribing to events and receiving them in the plug-in |
Ccom::apama::epl::EventHandlerSubscription | This type is returned from CorrelatorInterface::registerEventHandler and can be used to add and remove channels to the subscription for this event handler |
Ccom::apama::event::EventSupplier | An EventSupplier represents the resources created by the Engine to service a connection to an external sink of events |
►Cstd::exception | STL class |
►Ccom::softwareag::connectivity::HostSide | An interface to the next component (plugin or host) towards the host |
CIAF_TimestampConfig | IAF_TimestampConfig |
Ccom::softwareag::connectivity::list_t | A list class which implements many of the functions on std::vector |
Ccom::softwareag::connectivity::Logger | Class for writing to the system logger |
►Ccom::softwareag::connectivity::map_t | A map class which implements many of the functions on std::map |
Ccom::softwareag::connectivity::MapExtractor | Provides a compile-time type-safe way to extract values from a map_t, with user-friendly error messages identifying the map and key within the map if any item is missing |
Ccom::softwareag::connectivity::MapHelper | [DEPRECATED] Helper class for extracting values from a string->data_t map_t in a type-safe way with error checking and support for default values |
Ccom::softwareag::connectivity::Message | A container for an payload and associated metadata |
Ccom::apama::epl::MethodData< DERIVED > | Data structure used for declaring methods in the initialize function (EPLPlugin) to be exported to EPL |
Ccom::apama::engine::MonitorScript | A MonitorScript object encapsulates an EPL code fragment, containing package, event and monitor definitions to be injected into an Engine |
►Ccom::apama::engine::NameInfo | Base class for a named object (i.e |
►Ccom::softwareag::connectivity::Plugin | Base of the inheritance tree for Connectivity plugins |
Ccom::softwareag::connectivity::chainmanagers::PluginConfiguration | A plug-in configuration |
►Ccom::softwareag::connectivity::PluginConstructorParameters | A base interface for parameters passed to the constructor of transport or codec plug-ins |
Ccom::softwareag::connectivity::PluginHost | Interface to support miscellaneous requests from a particular plug-in to the host system |
Ccom::softwareag::connectivity::SAG_LOCK_GUARD | A simple RAII wrapper for SAG_MUTEX_T that locks the specified mutex in its constructor, and guarantees that it will be unlocked when this object goes out of scope unless it has been unlocked already by that point |
Csag_underlying_decimal_t | Decimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64 |
Ccom::softwareag::connectivity::StatusReporter::StatusItem | A class that can be used to efficiently update the value associated with a single status key |
Ccom::apama::engine::EngineStatus::StatusIterator | A class used for the iterating through all status items |
Ccom::softwareag::connectivity::StatusReporter | A class allowing a plug-in to report status values to the host |
Ccom::apama::epl::ThreadEndedHandler | An interface for receiving notifications of threads being destroyed |
►Ccom::softwareag::connectivity::TransportSide | An interface to the next component (plugin or host) towards the transport |
►Cstd::vector< T > | STL class |
Ccom::softwareag::connectivity::visitor< DERIVED, RV > | Helper class for writing visitors to apply to data_t |