org.jacorb.poa

Class LocalInvocationContext

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

ORB
getORB()
byte[]
getObjectId()
POA
getPOA()
Servant
getServant()

Constructor Details

LocalInvocationContext

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

Method Details

getORB

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


getObjectId

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


getPOA

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


getServant

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