org.jacorb.orb.giop

Class GIOPConnectionManager

public class GIOPConnectionManager extends Object implements Configurable

Version: $Id: GIOPConnectionManager.java,v 1.14 2006/06/28 12:41:43 alphonse.bendt Exp $

Author: Nicolas Noffke

Constructor Summary
GIOPConnectionManager()
Method Summary
voidconfigure(Configuration myConfiguration)
configures the GIOPConnectionManager
GIOPConnectioncreateClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
ServerGIOPConnectioncreateServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
voidshutdown()
Closes all server-side GIOP connections.
voidunregisterServerGIOPConnection(ServerGIOPConnection connection)

Constructor Detail

GIOPConnectionManager

public GIOPConnectionManager()

Method Detail

configure

public void configure(Configuration myConfiguration)
configures the GIOPConnectionManager

createClientGIOPConnection

public GIOPConnection createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)

createServerGIOPConnection

public ServerGIOPConnection createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)

shutdown

public void shutdown()
Closes all server-side GIOP connections.

unregisterServerGIOPConnection

public void unregisterServerGIOPConnection(ServerGIOPConnection connection)