Uses of Class
org.jacorb.orb.Delegate

Packages that use Delegate
org.jacorb.orb   
org.jacorb.orb.portableInterceptor   
 

Uses of Delegate in org.jacorb.orb
 

Constructors in org.jacorb.orb with parameters of type Delegate
ReplyReceiver(Delegate delegate, java.lang.String operation, UtcT replyEndTime, ClientInterceptorHandler interceptors, ReplyHandler replyHandler)
           
ClientInterceptorHandler(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
 

Uses of Delegate in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as Delegate
 Delegate ClientRequestInfoImpl.delegate
           
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type Delegate
ClientRequestInfoImpl(ORB orb, RequestOutputStream ros, Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)