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::NameInfo Class Referenceabstract

Base class for a named object (i.e. More...

#include <engine_client_cpp.hpp>

Inheritance diagram for com::apama::engine::NameInfo:
com::apama::engine::NamedAggregateInfo com::apama::engine::NamedContextInfo com::apama::engine::NamedEventTypeInfo com::apama::engine::NamedJavaApplicationInfo com::apama::engine::NamedMonitorInfo com::apama::engine::NamedPluginReceiverInfo com::apama::engine::NamedReceiverInfo com::apama::engine::NamedTimerInfo

Public Member Functions

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

Base class for a named object (i.e.

event type, container type or monitor) returned by an engine inspection. Returned by methods of the EngineInfo class. Strings returned by methods of this class are valid until the EngineInfo class is deleted.

NameInfo objects are not copiable. NameInfo objects are not directly constructable. Sub-classes are returned from functions on EngineInfo

Member Function Documentation

virtual const char* com::apama::engine::NameInfo::getFullyQualifiedName ( ) const
pure virtual

Fully qualified name, for example "com.apamax.MyEvent".

virtual const char* com::apama::engine::NameInfo::getName ( ) const
pure virtual

Name, excluding package, for example "MyEvent".

virtual const char* com::apama::engine::NameInfo::getPackage ( ) const
pure virtual

Package name, for example "com.apamax", or an empty string if in the default package.


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