OmniEvents
|
A dummy servant that installs itself into the INSPOA and redirects all calls to the real destination. More...
#include <Mapper.h>
Public Member Functions | |
Mapper (const char *id, CORBA::Object_ptr obj) | |
~Mapper () | |
void | destroy () |
CORBA::Boolean | _is_a (const char *id) |
CORBA::Boolean | _dispatch (GIOP_S &) |
void | do_redir () |
string | id () const |
![]() | |
virtual PortableServer::POA_ptr | _default_POA () |
virtual | ~Servant () |
Private Attributes | |
CORBA::String_var | id_ |
CORBA::Object_var | obj_ |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
PortableServer::POA_var | _poa |
A dummy servant that installs itself into the INSPOA and redirects all calls to the real destination.
Copied from the omniMapper application.
Definition at line 39 of file Mapper.h.
References OmniEvents::Servant::activateObjectWithId(), and DB.
|
inline |
Definition at line 55 of file Mapper.h.
References do_redir().
Definition at line 50 of file Mapper.h.
References do_redir().
|
inline |
Definition at line 49 of file Mapper.h.
References OmniEvents::Servant::deactivateObject().
Referenced by OmniEvents::EventChannel_i::setInsName(), and OmniEvents::EventChannel_i::~EventChannel_i().
|
inline |
|
inline |
|
private |
Definition at line 71 of file Mapper.h.
Referenced by do_redir(), and id().
|
private |
Definition at line 72 of file Mapper.h.
Referenced by do_redir().