Apama  10.0.0.2
 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
 Clist_t::_iterator< DATA, UNDERLYING >Forward/reverse and const/non-const iterators are implemented using this class
 Cmap_t::_iterator< DATA, UNDERLYING, PAIR >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
 CAP_Chunk
 CAP_Context
 CAP_CorrelatorInterface
 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_EventHandlerInterface
 CAP_EventSupplier_APIEvent supplier
 CAP_EventSupplier_FunctionsEventSupplier function API
 CAP_Function
 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_API
 CAP_PluginChunk_Callbacks
 CAP_PluginChunk_Functions
 CAP_PluginContext_API
 CAP_PluginContext_Functions
 CAP_PluginCorrelatorInterface_API
 CAP_PluginCorrelatorInterface_Functions
 CAP_PluginFunction
 CAP_PluginType_API
 CAP_PluginType_Functions
 CAP_PluginTypeList_API
 CAP_PluginTypeList_Functions
 CAP_Type
 CAP_TypeList
 Cbuffer_tA class that holds an untyped byte buffer
 Ccom::softwareag::connectivity::buffer_tA class that holds an untyped byte buffer
 Cconst_visitor< DERIVED, RV >Helper class for writing visitors to apply to data_t
 Ccom::softwareag::connectivity::const_visitor< DERIVED, RV >Helper class for writing visitors to apply to data_t
 Ccom::apama::epl::CorrelatorInterfaceAn 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
 Ccustom_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:
 Cdata_tA variant type which can be one of the following:
 CAP_Type::ElementFn
 Ccom::apama::engine::EngineConnectionEngineConnection encapsulates the information related to a connection between two Apama messaging components
 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::epl::EPLPlugin< DERIVED >Derive from this class to define a Correlator EPL plug-in
 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::epl::EventHandlerAn interface for subscribing to events and receiving them in the plug-in
 Ccom::apama::epl::EventHandlerSubscriptionThis 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::EventSupplierAn EventSupplier represents the resources created by the Engine to service a connection to an external sink of events
 Cstd::exceptionSTL class
 Ccom::softwareag::connectivity::HostSideAn interface to the next component (plugin or host) towards the host
 Clist_tA list class which implements many of the functions on std::vector
 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
 Cmap_tA map class which implements many of the functions on std::map
 CMapHelperHelper 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::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
 CMessageA container for an payload and associated metadata
 Ccom::softwareag::connectivity::MessageA 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::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::softwareag::connectivity::PluginBase of the inheritance tree for Connectivity plugins
 Ccom::softwareag::connectivity::PluginConstructorParametersA base interface for parameters passed to the constructor of transport or codec plug-ins
 Ccom::softwareag::connectivity::PluginHostInterface to support miscellaneous requests from a particular plug-in to the host system
 Ccom::softwareag::connectivity::SAG_LOCK_GUARDA 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_tDecimals are implemented with an underlying 64bit int conforming to IEEE 754 decimal 64
 Ccom::softwareag::connectivity::StatusReporter::StatusItemA class that can be used to efficiently update the value associated with a single status key
 Ccom::apama::engine::EngineStatus::StatusIteratorA class used for the iterating through all status items
 Ccom::softwareag::connectivity::StatusReporterA class allowing a plug-in to report status values to the host
 Ccom::apama::epl::ThreadEndedHandlerAn interface for receiving notifications of threads being destroyed
 Ccom::softwareag::connectivity::TransportSideAn interface to the next component (plugin or host) towards the transport
 Cvisitor< DERIVED, RV >Helper class for writing visitors to apply to data_t
 Ccom::softwareag::connectivity::visitor< DERIVED, RV >Helper class for writing visitors to apply to data_t