Uses of Interface
org.exolab.core.messenger.ManagedConnection

Packages that use ManagedConnection
org.exolab.core.messenger   
org.exolab.core.messenger.tcp   
 

Uses of ManagedConnection in org.exolab.core.messenger
 

Classes in org.exolab.core.messenger that implement ManagedConnection
 class ManagedPacketConnection
          A ManagedPacketConnection implements an efficient packet based protocol over a low level transport protocol.
 

Methods in org.exolab.core.messenger that return ManagedConnection
 ManagedConnection ManagedConnectionAcceptor.accept()
          Listens for a connection to be made to this acceptor and accepts it
 

Methods in org.exolab.core.messenger with parameters of type ManagedConnection
 Multiplexer MultiplexerFactory.createMultiplexer(ManagedConnection connection)
          Creates a new multiplexer for the specified connection
 Demultiplexer MultiplexerFactory.createDemultiplexer(ManagedConnection connection)
          Creates a new demultiplexer for the specified connection
 void ManagedConnectionEventListener.closed(ManagedConnection connection)
          Invoked when a managed connection is closed
 void ManagedConnectionEventListener.error(ManagedConnection connection, java.lang.Exception exception)
          Invoked when a fatal connection error occurs, just before an Exception is thrown to the application
 

Uses of ManagedConnection in org.exolab.core.messenger.tcp
 

Methods in org.exolab.core.messenger.tcp that return ManagedConnection
protected  ManagedConnection TcpConnector.open(java.lang.String uri, ConnectionProperties properties)
          Opens a connection for the specified URI and connection properties
 

Methods in org.exolab.core.messenger.tcp with parameters of type ManagedConnection
 void TcpConnector.closed(ManagedConnection connection)
          Invoked when a managed connection is closed
 void TcpConnector.error(ManagedConnection connection, java.lang.Exception exception)
          Invoked when a fatal connection error occurs, just before an Exception is thrown to the application
 



Copyright © 1999-2005 The Exolab Group. All Rights Reserved.