org.jacorb.orb.giop
Class GIOPConnectionManager

java.lang.Object
  extended byorg.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

Constructor Summary
GIOPConnectionManager()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GIOPConnectionManager

public GIOPConnectionManager()
Method Detail

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.