org.jacorb.poa
Class LocalInvocationContext
java.lang.Object
org.jacorb.poa.LocalInvocationContext
- All Implemented Interfaces:
- InvocationContext
public class LocalInvocationContext
- extends java.lang.Object
- implements InvocationContext
Stores the context informations for local object calls
- Version:
- 1.00, 09/20/99, RT
- Author:
- Reimo Tiedemann, FU Berlin
Constructor Summary |
LocalInvocationContext(org.omg.CORBA.ORB _orb,
POA _poa,
byte[] _oid,
org.omg.PortableServer.Servant _servant)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalInvocationContext
public LocalInvocationContext(org.omg.CORBA.ORB _orb,
POA _poa,
byte[] _oid,
org.omg.PortableServer.Servant _servant)
getObjectId
public byte[] getObjectId()
- Specified by:
getObjectId
in interface InvocationContext
getORB
public org.omg.CORBA.ORB getORB()
- Specified by:
getORB
in interface InvocationContext
getPOA
public POA getPOA()
- Specified by:
getPOA
in interface InvocationContext
getServant
public org.omg.PortableServer.Servant getServant()
- Specified by:
getServant
in interface InvocationContext