org.jacorb.poa
Interface InvocationContext

All Known Implementing Classes:
LocalInvocationContext, RequestProcessor

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()
           
 ORB getORB()
           
 POA getPOA()
           
 Servant getServant()
           
 

Method Detail

getObjectId

public byte[] getObjectId()

getORB

public ORB getORB()

getPOA

public POA getPOA()

getServant

public Servant getServant()