org.jacorb.poa

Class LocalInvocationContext

public class LocalInvocationContext extends 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(ORB _orb, POA _poa, byte[] _oid, Servant _servant)
Method Summary
byte[]getObjectId()
ORBgetORB()
POAgetPOA()
ServantgetServant()

Constructor Detail

LocalInvocationContext

public LocalInvocationContext(ORB _orb, POA _poa, byte[] _oid, Servant _servant)

Method Detail

getObjectId

public byte[] getObjectId()

getORB

public ORB getORB()

getPOA

public POA getPOA()

getServant

public Servant getServant()