Apama  9.10.0.4.289795
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 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_ChunkBase class for all 'chunk' classes
 CAP_ContextExecution context for a library function call
 CAP_CorrelatorInterfaceAsynchronous interface to the correlator
 CAP_DisconnectableEventConsumer_APIDisconnectableEventConsumer
 CAP_DisconnectableEventConsumer_FunctionsDisconnectableEventConsumer function API
 CAP_EngineInfo_APIEngineInfo
 CAP_EngineInfo_FunctionsEngineInfo function API
 CAP_EngineManagement_APIEngineManagement
 CAP_EngineManagement_FunctionsEngineManagement function API
 CAP_EngineStatus_APIEngineStatus
 CAP_EngineStatus_FunctionsEngineStatus function API
 CAP_Event_APIEvent
 CAP_Event_FunctionsEvent functions API
 CAP_EventConsumer_APIEventConsumer
 CAP_EventConsumer_FunctionsEventConsumer function API
 CAP_EventHandlerInterfaceAn interface class that should be implemented by event handlers which are registered via AP_CorrelatorInterface::subscribe
 CAP_EventSupplier_APIEvent supplier
 CAP_EventSupplier_FunctionsEventSupplier function API
 CAP_FunctionPlugin function descriptor
 CAP_MonitorScript_APIMonitorscript
 CAP_MonitorScript_FunctionsMonitorScript function API
 CAP_NamedAggregateInfo_APINamedAggregateInfo facade for NamedInfo object
 CAP_NamedAggregateInfo_FunctionsNamedAggregateInfo function API
 CAP_NamedContextInfo_APINamedContextInfo facade for NamedInfo object
 CAP_NamedContextInfo_FunctionsNamedContextInfo function API
 CAP_NamedEventTypeInfo_APINamedEventTypeInfo facade for NamedInfo object
 CAP_NamedEventTypeInfo_FunctionsNamedEventTypeInfo function API
 CAP_NamedJavaApplicationInfo_APINamedJavaApplicationInfo facade for NamedInfo object
 CAP_NamedJavaApplicationInfo_FunctionsNamedJavaApplicationInfo function API
 CAP_NamedMonitorInfo_APINamedMonitorInfo facade for NamedInfo object
 CAP_NamedMonitorInfo_FunctionsNamedMonitorInfo function API
 CAP_NamedPluginReceiverInfo_APINamedPluginReceiverInfo facade for NamedInfo object
 CAP_NamedPluginReceiverInfo_FunctionsNamedPluginReceiverInfo function API
 CAP_NamedReceiverInfo_APINamedReceiverInfo facade for NamedInfo object
 CAP_NamedReceiverInfo_FunctionsNamedReceiverInfo function API
 CAP_NamedTimerInfo_APINamedTimerInfoInfo facade for NamedInfo object
 CAP_NamedTimerInfo_FunctionsNamedTimerInfoInfo function API
 CAP_NameInfo_APINameInfo
 CAP_NameInfo_FunctionsNameInfo function API
 CAP_PluginChunk_APIPluginChunk
 CAP_PluginChunk_CallbacksPluginChunk callback API
 CAP_PluginChunk_FunctionsPluginChunk function API
 CAP_PluginContext_APIPluginContext
 CAP_PluginContext_FunctionsPluginContext function API
 CAP_PluginCorrelatorInterface_APICorrelatorInterface
 CAP_PluginCorrelatorInterface_FunctionsCorrelatorInterface function API
 CAP_PluginFunctionPlugin function descriptor
 CAP_PluginType_APIAP_Type
 CAP_PluginType_FunctionsAP_Type function API
 CAP_PluginTypeList_APIAP_TypeList
 CAP_PluginTypeList_FunctionsAP_TypeList function API
 CAP_TypeType-safe encapsulation of a MonitorScript object, for passing arguments and return values into and out of plugin functions
 CAP_TypeListContainer 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_tA 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_tA variant type which can be one of the following:
 Ccom::apama::engine::EngineInfoInformation about the monitors and types currently in an engine
 Ccom::apama::engine::EngineStatusEngineStatus represents the operational status of the Engine
 Ccom::apama::event::EventAn Event object represents an event instance
 Ccom::apama::event::EventConsumerAn EventConsumer can connect to the Engine through an EventSupplier and register to receive events
 Ccom::apama::engine::EngineManagementThe Engine Management class acts as the interface to the Engine, and allows operations to be carried out on it
 Ccom::apama::event::DisconnectableEventConsumerDerived class from EventConsumer which implements the disconnect API
 Ccom::apama::event::EventSupplierAn EventSupplier represents the resources created by the Engine to service a connection to an external sink of events
 Cstd::exceptionSTL class
 Ccom::apama::EngineExceptionAn EngineException is thrown by methods in this library if any problems are encountered
 Cstd::runtime_errorSTL class
 Ccom::softwareag::connectivity::HostSideAn interface to the next component (plugin or host) towards the host
 Ccom::softwareag::connectivity::AbstractCodecAbstract class for Codecs
 Ccom::softwareag::connectivity::RemoteHostSideWrap the next plugin in order as a HostSide object
 Ccom::softwareag::connectivity::list_tA list class which implements many of the functions on std::vector
 Ccom::softwareag::connectivity::LoggerClass for writing to the system logger
 Ccom::softwareag::connectivity::map_tA map class which implements many of the functions on std::map
 Ccom::softwareag::connectivity::metadata_tA map class which implements many of the functions on std::map
 Ccom::softwareag::connectivity::MapHelperHelper 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::MessageA container for an payload and associated metadata
 Ccom::apama::engine::MonitorScriptA MonitorScript object encapsulates a MonitorScript code fragment, containing package, event and monitor definitions to be injected into an Engine
 Ccom::apama::engine::NameInfoBase class for a named object (i.e
 Ccom::apama::engine::NamedAggregateInfoInformation about an aggregate function returned by an engine inspection
 Ccom::apama::engine::NamedContextInfoInformation about a context returned by an engine inspection
 Ccom::apama::engine::NamedEventTypeInfoInformation about a event type returned by an engine inspection
 Ccom::apama::engine::NamedJavaApplicationInfoInformation about a java application returned by an engine inspection
 Ccom::apama::engine::NamedMonitorInfoInformation about a monitor returned by an engine inspection
 Ccom::apama::engine::NamedPluginReceiverInfoInformation about a receiver returned by an engine inspection
 Ccom::apama::engine::NamedReceiverInfoInformation about a receiver returned by an engine inspection
 Ccom::apama::engine::NamedTimerInfoInformation about a timer type returned by an engine inspection
 Ccom::softwareag::connectivity::PluginBase of the inheritence tree for Connectivity plugins
 Ccom::softwareag::connectivity::AbstractCodecAbstract class for Codecs
 Ccom::softwareag::connectivity::AbstractTransportAbstract class for Transports
 Csag_underlying_decimal_tDecimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64
 Ccom::apama::engine::EngineStatus::StatusIteratorA class used for the iterating through all status items
 Ccom::softwareag::connectivity::TransportSideAn interface to the next component (plugin or host) towards the transport
 Ccom::softwareag::connectivity::AbstractCodecAbstract class for Codecs
 Ccom::softwareag::connectivity::AbstractTransportAbstract class for Transports
 Ccom::softwareag::connectivity::RemoteTransportSideWrap 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