public class LocalInvocationContext extends java.lang.Object implements InvocationContext
| Constructor and Description |
|---|
LocalInvocationContext(ORB _orb,
POA _poa,
byte[] _oid,
Servant _servant) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getObjectId() |
ORB |
getORB() |
POA |
getPOA() |
Servant |
getServant() |
public byte[] getObjectId()
getObjectId in interface InvocationContextpublic ORB getORB()
getORB in interface InvocationContextpublic POA getPOA()
getPOA in interface InvocationContextpublic Servant getServant()
getServant in interface InvocationContext