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::metadata_t::_iterator< DATA, UNDERLYING, PAIR > | Forward/reverse and const/non-const iterators are implemented using this class |
CAP_Chunk | Base class for all 'chunk' classes |
CAP_Context | Execution context for a library function call |
CAP_CorrelatorInterface | Asynchronous interface to the correlator |
CAP_DisconnectableEventConsumer_API | DisconnectableEventConsumer |
CAP_DisconnectableEventConsumer_Functions | DisconnectableEventConsumer function API |
CAP_EngineInfo_API | EngineInfo |
CAP_EngineInfo_Functions | EngineInfo function API |
CAP_EngineManagement_API | EngineManagement |
CAP_EngineManagement_Functions | EngineManagement function API |
CAP_EngineStatus_API | EngineStatus |
CAP_EngineStatus_Functions | EngineStatus function API |
CAP_Event_API | Event |
CAP_Event_Functions | Event functions API |
CAP_EventConsumer_API | EventConsumer |
CAP_EventConsumer_Functions | EventConsumer function API |
CAP_EventHandlerInterface | An interface class that should be implemented by event handlers which are registered via AP_CorrelatorInterface::subscribe |
CAP_EventSupplier_API | Event supplier |
CAP_EventSupplier_Functions | EventSupplier function API |
CAP_Function | Plugin function descriptor |
CAP_MonitorScript_API | Monitorscript |
CAP_MonitorScript_Functions | MonitorScript function API |
CAP_NamedAggregateInfo_API | NamedAggregateInfo facade for NamedInfo object |
CAP_NamedAggregateInfo_Functions | NamedAggregateInfo function API |
CAP_NamedContextInfo_API | NamedContextInfo facade for NamedInfo object |
CAP_NamedContextInfo_Functions | NamedContextInfo function API |
CAP_NamedEventTypeInfo_API | NamedEventTypeInfo facade for NamedInfo object |
CAP_NamedEventTypeInfo_Functions | NamedEventTypeInfo function API |
CAP_NamedJavaApplicationInfo_API | NamedJavaApplicationInfo facade for NamedInfo object |
CAP_NamedJavaApplicationInfo_Functions | NamedJavaApplicationInfo function API |
CAP_NamedMonitorInfo_API | NamedMonitorInfo facade for NamedInfo object |
CAP_NamedMonitorInfo_Functions | NamedMonitorInfo function API |
CAP_NamedPluginReceiverInfo_API | NamedPluginReceiverInfo facade for NamedInfo object |
CAP_NamedPluginReceiverInfo_Functions | NamedPluginReceiverInfo function API |
CAP_NamedReceiverInfo_API | NamedReceiverInfo facade for NamedInfo object |
CAP_NamedReceiverInfo_Functions | NamedReceiverInfo function API |
CAP_NamedTimerInfo_API | NamedTimerInfoInfo facade for NamedInfo object |
CAP_NamedTimerInfo_Functions | NamedTimerInfoInfo function API |
CAP_NameInfo_API | NameInfo |
CAP_NameInfo_Functions | NameInfo function API |
CAP_PluginChunk_API | PluginChunk |
CAP_PluginChunk_Callbacks | PluginChunk callback API |
CAP_PluginChunk_Functions | PluginChunk function API |
CAP_PluginContext_API | PluginContext |
CAP_PluginContext_Functions | PluginContext function API |
CAP_PluginCorrelatorInterface_API | CorrelatorInterface |
CAP_PluginCorrelatorInterface_Functions | CorrelatorInterface function API |
CAP_PluginFunction | Plugin function descriptor |
CAP_PluginType_API | AP_Type |
CAP_PluginType_Functions | AP_Type function API |
CAP_PluginTypeList_API | AP_TypeList |
CAP_PluginTypeList_Functions | AP_TypeList function API |
CAP_Type | Type-safe encapsulation of a MonitorScript object, for passing arguments and return values into and out of plugin functions |
CAP_TypeList | 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::const_visitor< DERIVED, RV > | Helper class for writing visitors to apply to data_t |
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: |
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::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::engine::EngineManagement | The Engine Management class acts as the interface to the Engine, and allows operations to be carried out on it |
Ccom::apama::event::DisconnectableEventConsumer | Derived class from EventConsumer which implements the disconnect API |
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::apama::EngineException | An EngineException is thrown by methods in this library if any problems are encountered |
►Cstd::runtime_error | STL class |
►CAP_PluginException | Base class of all exceptions thrown across the correlator/plugin boundary |
CAP_BoundsException | Boundary checking error |
CAP_TypeException | Type error |
CAP_UnimplementedException | Thrown by an attempt to use a function that is defined but not implemented in this version of the API |
CAP_UserPluginException | Thrown by plugin authors to signal an error to any EPL calling this plugin |
►Ccom::softwareag::connectivity::HostSide | An interface to the next component (plugin or host) towards the host |
►Ccom::softwareag::connectivity::AbstractCodec | Base class for codec plug-ins |
Ccom::softwareag::connectivity::AbstractSimpleCodec | Base class that simplifies implementation of codec plug-ins that deal only with individual messages not batches, and ignore messages with null payloads |
Ccom::softwareag::connectivity::RemoteHostSide | Wrap the next plugin in order as a HostSide object |
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 host logger |
►Ccom::softwareag::connectivity::map_t | A map class which implements many of the functions on std::map |
Ccom::softwareag::connectivity::metadata_t | A map class which implements many of the functions on std::map |
Ccom::softwareag::connectivity::MapHelper | Helper class for extracting values from a string->data_t map_t in a type-safe way with error checking and support for defalut values |
Ccom::softwareag::connectivity::Message | A container for an payload and associated metadata |
Ccom::apama::engine::MonitorScript | A MonitorScript object encapsulates a MonitorScript 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::apama::engine::NamedAggregateInfo | Information about an aggregate function returned by an engine inspection |
Ccom::apama::engine::NamedContextInfo | Information about a context returned by an engine inspection |
Ccom::apama::engine::NamedEventTypeInfo | Information about a event type returned by an engine inspection |
Ccom::apama::engine::NamedJavaApplicationInfo | Information about a java application returned by an engine inspection |
Ccom::apama::engine::NamedMonitorInfo | Information about a monitor returned by an engine inspection |
Ccom::apama::engine::NamedPluginReceiverInfo | Information about a receiver returned by an engine inspection |
Ccom::apama::engine::NamedReceiverInfo | Information about a receiver returned by an engine inspection |
Ccom::apama::engine::NamedTimerInfo | Information about a timer type returned by an engine inspection |
►Ccom::softwareag::connectivity::Plugin | Base of the inheritance tree for Connectivity plugins |
Ccom::softwareag::connectivity::AbstractCodec | Base class for codec plug-ins |
►Ccom::softwareag::connectivity::AbstractTransport | Base class for transport plug-ins |
Ccom::softwareag::connectivity::AbstractSimpleTransport | Base class that simplifies implementation of transport plug-ins that deal only with individual messages not batches, and ignore messages with null payloads |
►Ccom::softwareag::connectivity::PluginConstructorParameters | A base interface for parameters passed to the constructor of transport or codec plug-ins |
Ccom::softwareag::connectivity::PluginConstructorParameters::CodecConstructorParameters | A container for parameters passed to the constructor of a codec plug-in |
Ccom::softwareag::connectivity::PluginConstructorParameters::TransportConstructorParameters | A container for parameters passed to the constructor of a transport plug-in |
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::apama::engine::EngineStatus::StatusIterator | A class used for the iterating through all status items |
►Ccom::softwareag::connectivity::TransportSide | An interface to the next component (plugin or host) towards the transport |
Ccom::softwareag::connectivity::AbstractCodec | Base class for codec plug-ins |
Ccom::softwareag::connectivity::AbstractTransport | Base class for transport plug-ins |
Ccom::softwareag::connectivity::RemoteTransportSide | Wrap the next plugin in order as a TransportSide object |
Ccom::softwareag::connectivity::visitor< DERIVED, RV > | Helper class for writing visitors to apply to data_t |