#include <IORTableC.h>
Inheritance diagram for IORTable::Table:
Public Types | |
typedef Table_ptr | _ptr_type |
typedef Table_var | _var_type |
Public Member Functions | |
void | bind (in string object_key, in string IOR) raises (AlreadyBound) |
Bind <object_key> to the <ior>. | |
void | rebind (in string object_key, in string IOR) |
Bind <object_key> to the <ior>. | |
void | unbind (in string object_key) raises (NotFound) |
Remove the binding for <object_key>. | |
void | set_locator (in Locator the_locator) |
virtual void | bind (const char *object_key, const char *IOR ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , IORTable::AlreadyBound ) |
virtual void | rebind (const char *object_key, const char *IOR ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual void | unbind (const char *object_key ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , IORTable::NotFound ) |
virtual void | set_locator (IORTable::Locator_ptr the_locator ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException ) |
virtual CORBA::Boolean | _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
virtual const char * | _interface_repository_id (void) const |
virtual CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
Table_ptr | _duplicate (Table_ptr obj) |
Table_ptr | _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Table_ptr | _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Table_ptr | _nil (void) |
Protected Member Functions | |
Table (void) | |
virtual | ~Table (void) |
Private Member Functions | |
Table (const Table &) | |
void | operator= (const Table &) |
Any TAO server can be configured as an corbaloc agent. Such agents forward requests generated using a simple ObjectKey in a corbaloc specifcation to the real location of the object. In TAO we implement this feature by dynamically (or statically) adding a new Object Adapter to the ORB, that handles any sort of request.
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
|
|
|
|
|
|
|
|
Reimplemented from CORBA::Object. |
|
|
|
Reimplemented from CORBA::Object. |
|
Reimplemented from CORBA::Object. |
|
|
|
Implemented in TAO_IOR_Table_Impl. |
|
Bind <object_key> to the <ior>.
|
|
Reimplemented from CORBA::Object. |
|
|
|
Implemented in TAO_IOR_Table_Impl. |
|
Bind <object_key> to the <ior>.
|
|
Implemented in TAO_IOR_Table_Impl. |
|
Set the locator, if no binding is set for an object_key we try to use the locator to resolve it |
|
Implemented in TAO_IOR_Table_Impl. |
|
Remove the binding for <object_key>.
|