org.omg.PortableServer
public interface CurrentOperations extends CurrentOperations
Servant._object_id()
and Servant._poa()
that use the CurrentOperations indirectly.
As long as the ORB reference is still available, the current information
is available via Current
that is returned by
ORB.resolve_initial_references("POACurrent"). To support this call,
the ORB maintains the thread to invocation data map for all calls that
are currently being processed.Modifier and Type | Method and Description |
---|---|
byte[] |
get_object_id()
Returns the Id of the object currently being served.
|
POA |
get_POA()
Returns POA to that the object currently being served is connected.
|
byte[] get_object_id() throws NoContext
NoContext