public interface CurrentOperations extends CurrentOperations
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get_object_id()
Returns the ObjectId identifying the object in whose context it is called.
|
POA |
get_POA()
Returns reference to the POA implementing the object in whose context it is called.
|
POAget_POA() throws NoContext
NoContext - is raised when the operation is outside the context of a POA-dispatched operation
byte[] get_object_id()
throws NoContext
NoContext - is raised when the operation is called outside the context of a POA-dispatched operation.