Uses of Class
org.jacorb.orb.giop.ClientConnection

Packages that use ClientConnection
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
 

Uses of ClientConnection in org.jacorb.orb
 

Constructors in org.jacorb.orb with parameters of type ClientConnection
ClientInterceptorHandler(ClientInterceptorHandler original, ORB orb, RequestOutputStream ros, org.omg.CORBA.Object self, Delegate delegate, ParsedIOR piorOriginal, ClientConnection connection)
          Constructs an interceptor handler for the given parameters.
 

Uses of ClientConnection in org.jacorb.orb.dii
 

Fields in org.jacorb.orb.dii declared as ClientConnection
 ClientConnection Request.connection
           
 

Constructors in org.jacorb.orb.dii with parameters of type ClientConnection
Request(org.omg.CORBA.Object target, ORB orb, ClientConnection connection, byte[] obj_key, java.lang.String operationName)
           
Request(org.omg.CORBA.Object target, ORB orb, ClientConnection connection, byte[] obj_key, java.lang.String op, org.omg.CORBA.NVList args, org.omg.CORBA.Context context, org.omg.CORBA.NamedValue result)
           
 

Uses of ClientConnection in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return ClientConnection
 ClientConnection RequestOutputStream.getConnection()
           
 ClientConnection ClientConnectionManager.getConnection(org.omg.ETF.Profile profile)
           
 

Methods in org.jacorb.orb.giop with parameters of type ClientConnection
 void ClientConnectionManager.releaseConnection(ClientConnection connection)
          Only used by Delegate for client-initiated connections.
 void ClientConnectionManager.removeConnection(ClientConnection connection)
          Only used by ClientConnection to unregister server-side of BiDir connection.
 

Constructors in org.jacorb.orb.giop with parameters of type ClientConnection
RequestOutputStream(ORB orb, ClientConnection connection, int request_id, java.lang.String operation, boolean response_expected, short syncScope, UtcT requestStartTime, UtcT requestEndTime, UtcT replyEndTime, byte[] object_key, int giop_minor)
           
 

Uses of ClientConnection in org.jacorb.orb.portableInterceptor
 

Fields in org.jacorb.orb.portableInterceptor declared as ClientConnection
 ClientConnection ClientRequestInfoImpl.connection
           
 

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