org.jacorb.orb.giop
Class GIOPConnectionManager
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GIOPConnectionManager
public GIOPConnectionManager()
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)