#include <Servant.h>
Inheritance diagram for OmniEvents::Servant:
Public Member Functions | |
virtual PortableServer::POA_ptr | _default_POA () |
virtual | ~Servant () |
Protected Member Functions | |
Servant (PortableServer::POA_ptr poa) | |
void | activateObjectWithId (const char *oidStr) |
Calls activate_object_with_id() to activate this servant in its POA. | |
void | deactivateObject () |
Calls deactivate_object() to deactivate this servant in its POA. | |
Protected Attributes | |
PortableServer::POA_var | _poa |
Private Member Functions | |
Servant () | |
No default constructor. |
Stores the servant's POA. Provides some useful helper methods.
Definition at line 79 of file Servant.h.
|
Definition at line 96 of file Servant.cc. |
|
Definition at line 89 of file Servant.cc. |
|
No default constructor.
|
|
Definition at line 102 of file Servant.cc. References _poa. |
|
Calls activate_object_with_id() to activate this servant in its POA.
Definition at line 108 of file Servant.cc. References _poa, DB, IF_OMNIORB4, and NP_MINORSTRING. Referenced by OmniEvents::EventChannel_i::activate(), OmniEvents::Mapper::Mapper(), OmniEvents::ProxyManager::ProxyManager(), OmniEvents::ProxyPushSupplier_i::reincarnate(), OmniEvents::ProxyPullSupplier_i::reincarnate(), OmniEvents::ProxyPullConsumer_i::reincarnate(), and OmniEvents::SupplierAdmin_i::SupplierAdmin_i(). |
|
Calls deactivate_object() to deactivate this servant in its POA.
Definition at line 143 of file Servant.cc. References _poa, DB, IF_OMNIORB4, and NP_MINORSTRING. Referenced by OmniEvents::ProxyPullConsumer_i::collect(), OmniEvents::Mapper::destroy(), OmniEvents::ProxyPullConsumer_i::disconnect_pull_consumer(), OmniEvents::ProxyPullSupplier_i::disconnect_pull_supplier(), OmniEvents::ProxyPushSupplier_i::disconnect_push_supplier(), and OmniEvents::ProxyPushSupplier_i::trigger(). |
|