org.jacorb.orb.giop
Class GIOPConnectionManager

java.lang.Object
  extended byorg.jacorb.orb.giop.GIOPConnectionManager

public class GIOPConnectionManager
extends java.lang.Object

Version:
$Id: GIOPConnectionManager.java,v 1.8 2004/02/12 11:07:54 gerald Exp $
Author:
Nicolas Noffke

Constructor Summary
GIOPConnectionManager()
           
 
Method Summary
 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 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

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)