|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacorb.orb.giop.ClientConnectionManager
public class ClientConnectionManager
This class manages connections.
| Constructor Summary | |
|---|---|
ClientConnectionManager(ORB orb,
TransportManager transport_manager,
GIOPConnectionManager giop_connection_manager)
|
|
| Method Summary | |
|---|---|
void |
addConnection(GIOPConnection connection,
org.omg.ETF.Profile profile)
|
void |
configure(org.apache.avalon.framework.configuration.Configuration myConfiguration)
configure this connection manager |
ClientConnection |
getConnection(org.omg.ETF.Profile profile)
|
void |
releaseConnection(ClientConnection connection)
Only used by Delegate for client-initiated connections. |
void |
removeConnection(ClientConnection connection)
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.Configurableorg.apache.avalon.framework.configuration.ConfigurationExceptionpublic void setRequestListener(RequestListener listener)
public ClientConnection getConnection(org.omg.ETF.Profile profile)
public void releaseConnection(ClientConnection connection)
public void removeConnection(ClientConnection connection)
public void addConnection(GIOPConnection connection,
org.omg.ETF.Profile profile)
public void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||