org.jacorb.orb.giop
public class GIOPConnectionManager extends Object implements Configurable
Version: $Id: GIOPConnectionManager.java,v 1.14 2006/06/28 12:41:43 alphonse.bendt Exp $
| Constructor Summary | |
|---|---|
| GIOPConnectionManager() | |
| Method Summary | |
|---|---|
| void | configure(Configuration myConfiguration)
configures the GIOPConnectionManager |
| GIOPConnection | createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener) |
| ServerGIOPConnection | createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener) |
| void | shutdown()
Closes all server-side GIOP connections. |
| void | unregisterServerGIOPConnection(ServerGIOPConnection connection) |