com.pcbsys.nirvana.base.clientimpl.multiconnection.ClientConnectionManagerImpl Class Reference

This is used to support the many fConnections to one nSession relationship. More...

Inherits com.pcbsys.nirvana.base.clientimpl.ClientConnectionManager.

Additional Inherited Members

- Public Member Functions inherited from com.pcbsys.nirvana.base.clientimpl.ClientConnectionManager
nDataStream initialise (nDataStreamListener streamListener, EventHandlerInitialiser eventHandlerInitialser, boolean disconnectOnClusterFailure, boolean sessionThreadsDaemon) throws nRealmUnreachableException, nSessionNotConnectedException, nSecurityException
 This will start fDriver connections thus begining this connections life. More...
 

Detailed Description

This is used to support the many fConnections to one nSession relationship.

Current thoughts as at the start of this feature is we will use the classes in the com.pcbsys.nirvana.base.clientimpl.singleconnection package and implement multiplexers in this package

I have a belief we will need to a interface to all objects nAbstractChannel, nTransaction, nConsumeEvent etc which ties them to a com.pcbsys.nirvana.base.clientimpl.singleconnection.ClientConnectionManagerImpl instance for lifecycle maintenance