#include <Mapper.h>
Inheritance diagram for OmniEvents::Mapper:


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 |
Private Attributes | |
| CORBA::String_var | id_ |
| CORBA::Object_var | obj_ |
Copied from the omniMapper application.
Definition at line 33 of file Mapper.h.
| OmniEvents::Mapper::Mapper | ( | const char * | id, | |
| CORBA::Object_ptr | obj | |||
| ) | [inline] |
Definition at line 39 of file Mapper.h.
References OmniEvents::Servant::activateObjectWithId(), and DB.
| CORBA::Boolean OmniEvents::Mapper::_dispatch | ( | GIOP_S & | ) | [inline] |
| CORBA::Boolean OmniEvents::Mapper::_is_a | ( | const char * | id | ) | [inline] |
| void OmniEvents::Mapper::destroy | ( | ) | [inline] |
Definition at line 49 of file Mapper.h.
References OmniEvents::Servant::deactivateObject().
Referenced by OmniEvents::EventChannel_i::destroy(), and OmniEvents::EventChannel_i::setInsName().
| void OmniEvents::Mapper::do_redir | ( | ) | [inline] |
Definition at line 58 of file Mapper.h.
References DB, HAVE_OMNIORB4, id_, and obj_.
Referenced by _dispatch(), and _is_a().
| string OmniEvents::Mapper::id | ( | ) | const [inline] |
CORBA::String_var OmniEvents::Mapper::id_ [private] |
CORBA::Object_var OmniEvents::Mapper::obj_ [private] |
1.4.7