Apama
10.2.0.3
|
Information about a context returned by an engine inspection. More...
#include <engine_client_cpp.hpp>
Public Member Functions | |
virtual unsigned int | getNumSubMonitors () const =0 |
Gets the number of sub-monitors belonging to this context. More... | |
virtual unsigned int | getQueueSize () const =0 |
Gets the queue size of this context. More... | |
virtual char const *const * | getChannels () const =0 |
Gets the channels that this context is subscribed to (0-terminated array of 0-terminated strings) More... | |
Public Member Functions inherited from com::apama::engine::NameInfo | |
virtual const char * | getName () const =0 |
Name, excluding package, for example "MyEvent". More... | |
virtual const char * | getPackage () const =0 |
Package name, for example "com.apamax", or an empty string if in the default package. More... | |
virtual const char * | getFullyQualifiedName () const =0 |
Fully qualified name, for example "com.apamax.MyEvent". More... | |
Information about a context returned by an engine inspection.
Returned by the getContexts method of the EngineInfo class.
|
pure virtual |
Gets the channels that this context is subscribed to (0-terminated array of 0-terminated strings)
|
pure virtual |
Gets the number of sub-monitors belonging to this context.
|
pure virtual |
Gets the queue size of this context.