public class GIOPConnectionManager
extends java.lang.Object
implements org.jacorb.config.Configurable
Constructor and Description |
---|
GIOPConnectionManager() |
Modifier and Type | Method and Description |
---|---|
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) |
public void configure(org.jacorb.config.Configuration myConfiguration) throws org.jacorb.config.ConfigurationException
configure
in interface org.jacorb.config.Configurable
org.jacorb.config.ConfigurationException
public ServerGIOPConnection createServerGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
public void unregisterServerGIOPConnection(ServerGIOPConnection connection)
public GIOPConnection createClientGIOPConnection(Profile profile, Connection transport, RequestListener request_listener, ReplyListener reply_listener)
public void shutdown()