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()
           
 org.omg.CORBA.ORB getORB()
           
 POA getPOA()
           
 org.omg.PortableServer.Servant getServant()
           
 

Method Detail

getObjectId

byte[] getObjectId()

getORB

org.omg.CORBA.ORB getORB()

getPOA

POA getPOA()

getServant

org.omg.PortableServer.Servant getServant()