|
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 |
Public Member Functions inherited from OmniEvents::Servant | |
| virtual PortableServer::POA_ptr | _default_POA () |
| virtual | ~Servant () |
Private Attributes | |
| CORBA::String_var | id_ |
| CORBA::Object_var | obj_ |
Additional Inherited Members | |
Protected Member Functions inherited from OmniEvents::Servant | |
| Servant (PortableServer::POA_ptr poa) | |
| void | activateObjectWithId (const char *oidStr) |
| Calls activate_object_with_id() to activate this servant in its POA. More... | |
| void | deactivateObject () |
| Calls deactivate_object() to deactivate this servant in its POA. More... | |
Protected Attributes inherited from OmniEvents::Servant | |
| 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.
|
inline |
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().
|
inline |
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 |
Definition at line 58 of file Mapper.h.
References DB, HAVE_OMNIORB4, id_, and obj_.
Referenced by _dispatch(), and _is_a().
|
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().