|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.orb.giop.ClientConnectionManager
This class manages connections.
Constructor Summary | |
---|---|
ClientConnectionManager(ORB orb,
TransportManager transport_manager,
GIOPConnectionManager giop_connection_manager)
|
Method Summary | |
---|---|
void |
addConnection(GIOPConnection connection,
Profile profile)
|
void |
configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
configure this connection manager |
ClientConnection |
getConnection(Profile profile)
|
void |
releaseConnection(ClientConnection c)
Only used by Delegate for client-initiated connections. |
void |
removeConnection(ClientConnection c)
Only used by ClientConnection to unregister server-side of BiDir connection. |
void |
setRequestListener(RequestListener listener)
|
void |
shutdown()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientConnectionManager(ORB orb, TransportManager transport_manager, GIOPConnectionManager giop_connection_manager)
Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration myConfiguration) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
org.apache.avalon.framework.configuration.ConfigurationException
public void setRequestListener(RequestListener listener)
public ClientConnection getConnection(Profile profile)
public void releaseConnection(ClientConnection c)
public void removeConnection(ClientConnection c)
public void addConnection(GIOPConnection connection, Profile profile)
public void shutdown()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |