Uses of Class
org.jacorb.orb.portableInterceptor.ClientRequestInfoImpl

Packages that use ClientRequestInfoImpl
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.portableInterceptor   
 

Uses of ClientRequestInfoImpl in org.jacorb.orb
 

Methods in org.jacorb.orb with parameters of type ClientRequestInfoImpl
 void Delegate.invokeInterceptors(ClientRequestInfoImpl info, short op)
           
 

Uses of ClientRequestInfoImpl in org.jacorb.orb.dii
 

Methods in org.jacorb.orb.dii with parameters of type ClientRequestInfoImpl
 void Request.setInfo(ClientRequestInfoImpl info)
           
 

Uses of ClientRequestInfoImpl in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type ClientRequestInfoImpl
 void ClientInterceptorIterator.iterate(ClientRequestInfoImpl info, short op)
           
 

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