#include <Locator.h>
Inheritance diagram for ImR_Locator
Public Methods | |
ImR_Locator (ImplRepo_i *repo) | |
Constructor. | |
char* | locate (const char *object_key, CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException, IORTable::NotFound) |
Locate the appropriate IOR. | |
Private Attributes | |
ImplRepo_i* | repo_ |
The Implementation Repository implementation. |
This class provides a callback for the IORTable to call when it needs to dynamically receive a IOR to forward in response to an INS request.
|
Constructor.
|
|
Locate the appropriate IOR.
|
|
The Implementation Repository implementation.
|