org.jacorb.poa
Class LocalInvocationContext

java.lang.Object
  extended byorg.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(ORB _orb, POA _poa, byte[] _oid, Servant _servant)
           
 
Method Summary
 byte[] getObjectId()
           
 ORB getORB()
           
 POA getPOA()
           
 Servant getServant()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalInvocationContext

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

getObjectId

public byte[] getObjectId()
Specified by:
getObjectId in interface InvocationContext

getORB

public ORB getORB()
Specified by:
getORB in interface InvocationContext

getPOA

public POA getPOA()
Specified by:
getPOA in interface InvocationContext

getServant

public Servant getServant()
Specified by:
getServant in interface InvocationContext