public class GIOPConnectionManager extends Object implements Configurable
Constructor and Description |
---|
GIOPConnectionManager() |
Modifier and Type | Method and Description |
---|---|
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 |
shutdown()
Closes all server-side GIOP connections.
|
void |
unregisterServerGIOPConnection(ServerGIOPConnection connection) |
public void configure(Configuration myConfiguration) throws ConfigurationException
configure
in interface Configurable
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()
Copyright © 2016 JacORB. All rights reserved.