#include <Table_Adapter.h>
Inheritance diagram for TAO_Table_Adapter:
Public Member Functions | |
TAO_Table_Adapter (TAO_ORB_Core *orb_core) | |
Constructor. | |
virtual | ~TAO_Table_Adapter (void) |
Destructor. | |
virtual void | open (ACE_ENV_SINGLE_ARG_DECL) |
virtual void | close (int wait_for_completion ACE_ENV_ARG_DECL) |
virtual void | check_close (int wait_for_completion ACE_ENV_ARG_DECL) |
virtual int | priority (void) const |
virtual int | dispatch (TAO::ObjectKey &key, TAO_ServerRequest &request, CORBA::Object_out foward_to ACE_ENV_ARG_DECL) 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 &) |
virtual CORBA::Long | initialize_collocated_object (TAO_Stub *, CORBA::Object_ptr) |
Private Attributes | |
TAO_ORB_Core * | orb_core_ |
The ORB Core we belong to. | |
TAO_IOR_Table_Impl * | root_ |
The table implementation. |
|
Constructor.
|
|
Destructor.
|
|
Implements TAO_Adapter. |
|
Implements TAO_Adapter. |
|
Implements TAO_Adapter. |
|
|
|
Implements TAO_Adapter. |
|
Implements TAO_Adapter. |
|
Implements TAO_Adapter. |
|
Implements TAO_Adapter. |
|
Implements TAO_Adapter. |
|
The ORB Core we belong to.
|
|
The table implementation.
|