abstract String[] |
Servant._all_interfaces(POA poa,
byte[] objectId) |
Used by the ORB to obtain complete type
information from the servant.
|
void |
_ServantActivatorStub.etherealize(byte[] oid,
POA adapter,
Servant serv,
boolean cleanup_in_progress,
boolean remaining_activations) |
This operation is invoked whenever a servant for
an object is deactivated, assuming the POA has
the USE_SERVANT_MANAGER and RETAIN policies.
|
void |
ServantActivatorOperations.etherealize(byte[] oid,
POA adapter,
Servant serv,
boolean cleanup_in_progress,
boolean remaining_activations) |
This operation is invoked whenever a servant for
an object is deactivated, assuming the POA has
the USE_SERVANT_MANAGER and RETAIN policies.
|
Servant |
_ServantActivatorStub.incarnate(byte[] oid,
POA adapter) |
This operation is invoked by the POA whenever the
POA receives a request for an object that is not
currently active, assuming the POA has the
USE_SERVANT_MANAGER and RETAIN policies.
|
Servant |
ServantActivatorOperations.incarnate(byte[] oid,
POA adapter) |
This operation is invoked by the POA whenever the
POA receives a request for an object that is not
currently active, assuming the POA has the
USE_SERVANT_MANAGER and RETAIN policies.
|
static void |
POAHelper.insert(Any a,
POA that) |
|
void |
_ServantLocatorStub.postinvoke(byte[] oid,
POA adapter,
String operation,
Object the_cookie,
Servant the_servant) |
This operation is invoked whenener a servant completes
a request.
|
void |
ServantLocatorOperations.postinvoke(byte[] oid,
POA adapter,
String operation,
Object the_cookie,
Servant the_servant) |
This operation is invoked whenener a servant completes
a request.
|
Servant |
_ServantLocatorStub.preinvoke(byte[] oid,
POA adapter,
String operation,
CookieHolder the_cookie) |
This operations is used to get a servant that will be
used to process the request that caused preinvoke to
be called.
|
Servant |
ServantLocatorOperations.preinvoke(byte[] oid,
POA adapter,
String operation,
CookieHolder the_cookie) |
This operations is used to get a servant that will be
used to process the request that caused preinvoke to
be called.
|
boolean |
AdapterActivatorOperations.unknown_adapter(POA parent,
String name) |
This operation is invoked when the ORB receives
a request for an object reference that identifies
a target POA that does not exist.
|
static void |
POAHelper.write(OutputStream ostream,
POA value) |
|