org.jacorb.orb.giop
Class GIOPConnectionManager
java.lang.Object
org.jacorb.orb.giop.GIOPConnectionManager
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable
- public class GIOPConnectionManager
- extends java.lang.Object
- implements org.apache.avalon.framework.configuration.Configurable
- Version:
- $Id: GIOPConnectionManager.java,v 1.12 2005/10/31 11:32:29 andre.spiegel Exp $
- Author:
- Nicolas Noffke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GIOPConnectionManager
public GIOPConnectionManager()
configure
public void configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- configures the GIOPConnectionManager
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
createServerGIOPConnection
public ServerGIOPConnection createServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener)
unregisterServerGIOPConnection
public void unregisterServerGIOPConnection(ServerGIOPConnection connection)
createClientGIOPConnection
public GIOPConnection createClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener)
shutdown
public void shutdown()
- Closes all server-side GIOP connections.