Uses of Interface
org.jacorb.poa.InvocationContext

Packages that use InvocationContext
org.jacorb.poa   
 

Uses of InvocationContext in org.jacorb.poa
 

Classes in org.jacorb.poa that implement InvocationContext
 class LocalInvocationContext
          Stores the context informations for local object calls
 class RequestProcessor
          This thread performs the request processing, the actual method invocation and it returns the ServerRequest object to the ORB.
 

Methods in org.jacorb.poa with parameters of type InvocationContext
 void Current._addContext(java.lang.Thread t, InvocationContext c)