org.jacorb.poa

Interface InvocationContext

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

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

Method Details

getORB

public ORB getORB()


getObjectId

public byte[] getObjectId()


getPOA

public POA getPOA()


getServant

public Servant getServant()