public interface Delegate
| Modifier and Type | Method and Description |
|---|---|
POA |
default_POA(Servant
The default behavior of this function is to return the root POA from the ORB instance associated with the servant.
|
Object |
get_interface_def(Servant
This operation returns an object in the Interface Repository which provides type information that may be useful to a program.
|
boolean |
is_a(Servant
This method checks to see if the specified repid is present on the list returned by _all_interfaces() or is the repository id for the generic CORBA Object.
|
boolean |
non_existent(Servant
This operation is used to check for the existence of the Object.
|
byte[] |
object_id(Servant
The method _object_id() is equivalent to calling PortableServer::Current::get_object_id.
|
ORB |
orb(Servant
Convenience method that returns the instance of the ORB currently associated with the Servant.
|
POA |
poa(Servant
The method _poa() is equivalent to calling PortableServer::Current:get_POA.
|
Object |
this_object(Servant
This allows the servant to obtain the object reference for the target CORBA Object it is incarnating for that request.
|
ORBorb(Servant Self)
Self - the servant.
Objectthis_object(Servant Self)
Self - the servant.
POApoa(Servant Self)
Self - the servant.
byte[] object_id(ServantSelf)
Self - the servant.
POAdefault_POA(Servant Self)
Self - the servant.
boolean is_a(ServantSelf, String Repository_Id)
Self - the servant.
Repository_Id - the repository_id to be checked in the repository list or against the id of generic CORBA object.
boolean non_existent(ServantSelf)
Self - the servant.