org.jacorb.orb.giop

Class GIOPConnectionManager

Implemented Interfaces:
Configurable

public class GIOPConnectionManager
extends java.lang.Object
implements Configurable

Version:
$Id: GIOPConnectionManager.java,v 1.10 2004/05/06 12:40:00 nicolas Exp $

Author:
Nicolas Noffke

Constructor Summary

GIOPConnectionManager()

Method Summary

void
configure(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
unregisterServerGIOPConnection(ServerGIOPConnection connection)

Constructor Details

GIOPConnectionManager

public GIOPConnectionManager()

Method Details

configure

public void configure(Configuration myConfiguration)
            throws ConfigurationException
configures the GIOPConnectionManager


createClientGIOPConnection

public GIOPConnection createClientGIOPConnection(Profile profile,
                                                 Connection transport,
                                                 RequestListener request_listener,
                                                 ReplyListener reply_listener)


createServerGIOPConnection

public ServerGIOPConnection createServerGIOPConnection(Profile profile,
                                                       Connection transport,
                                                       RequestListener request_listener,
                                                       ReplyListener reply_listener)


unregisterServerGIOPConnection

public void unregisterServerGIOPConnection(ServerGIOPConnection connection)