org.jacorb.orb.giop
public class ClientConnectionManager extends Object implements Configurable
Version: $Id: ClientConnectionManager.java,v 1.32 2006/07/26 07:38:56 alphonse.bendt Exp $
Constructor Summary | |
---|---|
ClientConnectionManager(ORB orb, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager) |
Method Summary | |
---|---|
void | addConnection(GIOPConnection connection, Profile profile) |
void | configure(Configuration myConfiguration)
configure this connection manager |
ClientConnection | getConnection(Profile profile) |
void | releaseConnection(ClientConnection connection)
Only used by Delegate for client-initiated connections. |
void | removeConnection(ClientConnection connection)
Only used by ClientConnection to unregister server-side of
BiDir connection. |
void | setRequestListener(RequestListener listener) |
void | shutdown() |