#include <Table_Adapter.h>
Inheritance diagram for TAO_Table_Adapter
Public Methods | |
TAO_Table_Adapter (TAO_ORB_Core *orb_core) | |
Constructor. | |
virtual | ~TAO_Table_Adapter (void) |
Destructor. | |
virtual void | open (CORBA::Environment &ACE_TRY_ENV) |
virtual void | close (int wait_for_completion, CORBA::Environment &ACE_TRY_ENV) |
virtual void | check_close (int wait_for_completion, CORBA::Environment &ACE_TRY_ENV) |
virtual int | priority (void) const |
virtual int | dispatch (TAO_ObjectKey &key, TAO_ServerRequest &request, CORBA::Object_out foward_to, CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException) |
virtual const char* | name (void) const |
virtual CORBA::Object_ptr | root (void) |
virtual CORBA::Object_ptr | create_collocated_object (TAO_Stub *, const TAO_MProfile &) |
Private Attributes | |
TAO_ORB_Core* | orb_core_ |
The ORB Core we belong to. | |
TAO_IOR_Table_Impl* | root_ |
The table implementation. |
|
Constructor.
|
|
Destructor.
|
|
Reimplemented from TAO_Adapter. |
|
Reimplemented from TAO_Adapter. |
|
Reimplemented from TAO_Adapter. |
|
Reimplemented from TAO_Adapter. |
|
Reimplemented from TAO_Adapter. |
|
Reimplemented from TAO_Adapter. |
|
Reimplemented from TAO_Adapter. |
|
Reimplemented from TAO_Adapter. |
|
The ORB Core we belong to.
|
|
The table implementation.
|