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.
|
POA get_POA() throws NoContext
NoContext
- is raised when the operation is
outside the context of a POA-dispatched
operationbyte[] get_object_id() throws NoContext
NoContext
- is raised when the operation
is called outside the context of a POA-dispatched
operation.Copyright © 2017 JBoss by Red Hat. All rights reserved.