|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurrentOperations
Provides the Id of the object currently being served and POA
to that this object is connected. Both Id and POA can be much
simpler obtained from the servant by 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
byte[] get_object_id() throws NoContext
NoContext
POA get_POA() throws NoContext
NoContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |