Apama  9.10.0.4.289795
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
com::apama::engine::NamedReceiverInfo Class Referenceabstract

Information about a receiver returned by an engine inspection. More...

#include <engine_client_cpp.hpp>

Inheritance diagram for com::apama::engine::NamedReceiverInfo:
com::apama::engine::NameInfo

Public Member Functions

virtual unsigned int getQueueSize () const =0
 Gets the queue size of this receiver. More...
 
virtual char const *const * getChannels () const =0
 Gets the channels that this receiver is subscribed to (0-terminated array of 0-terminated strings) More...
 
virtual const AP_char8 * getAddress () const =0
 Gets the address from which this receiver is connected. 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...
 

Detailed Description

Information about a receiver returned by an engine inspection.

Returned by the getReceivers method of the EngineInfo class.

Member Function Documentation

virtual const AP_char8* com::apama::engine::NamedReceiverInfo::getAddress ( ) const
pure virtual

Gets the address from which this receiver is connected.

virtual char const* const* com::apama::engine::NamedReceiverInfo::getChannels ( ) const
pure virtual

Gets the channels that this receiver is subscribed to (0-terminated array of 0-terminated strings)

virtual unsigned int com::apama::engine::NamedReceiverInfo::getQueueSize ( ) const
pure virtual

Gets the queue size of this receiver.


The documentation for this class was generated from the following file: