org.jacorb.poa

Interface InvocationContext

public interface InvocationContext

A interface for obtaining access to a invocation context.

Version: 1.00, 09/20/99, RT

Author: Reimo Tiedemann, FU Berlin

Method Summary
byte[]getObjectId()
ORBgetORB()
POAgetPOA()
ServantgetServant()

Method Detail

getObjectId

public byte[] getObjectId()

getORB

public ORB getORB()

getPOA

public POA getPOA()

getServant

public Servant getServant()