org.jacorb.orb.giop
Class GIOPConnectionManager

java.lang.Object
  extended by org.jacorb.orb.giop.GIOPConnectionManager
All Implemented Interfaces:
org.jacorb.config.Configurable

public class GIOPConnectionManager
extends java.lang.Object
implements org.jacorb.config.Configurable

Version:
$Id: GIOPConnectionManager.java,v 1.16 2009-05-03 21:35:55 andre.spiegel Exp $
Author:
Nicolas Noffke

Constructor Summary
GIOPConnectionManager()
           
 
Method Summary
 void configure(org.jacorb.config.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.jacorb.config.Configuration myConfiguration)
               throws org.jacorb.config.ConfigurationException
configures the GIOPConnectionManager

Specified by:
configure in interface org.jacorb.config.Configurable
Throws:
org.jacorb.config.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.