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

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

Uses of Connection in org.exolab.core.messenger
 

Classes in org.exolab.core.messenger that implement Connection
 class PacketConnection
          A PacketConnection is a Connection that minimises resource usage.
 

Methods in org.exolab.core.messenger that return Connection
 Connection Connector.getConnection(java.lang.String uri, ConnectionProperties properties)
          Returns a connection for the specified URI and connection properties
 Connection Messenger.open(java.lang.String uri)
          Establish a connection to the specified URI.
 Connection ManagedConnection.open(java.lang.String name, ConnectionProperties properties)
          Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance
 Connection ManagedPacketConnection.open(java.lang.String name, ConnectionProperties properties)
          Creates a new connection handle for the underlying physical connection represented by the ManagedConnection instance
 Connection Messenger.open(java.lang.String uri, ConnectionProperties properties)
          Establish a connection to the specified URI.
 

Methods in org.exolab.core.messenger with parameters of type Connection
 void ConnectionEventListener.closed(Connection connection)
          Invoked when a connection is closed
 void ConnectionEventNotifier.closed(Connection connection)
          Invoked when the connection is closed
 void ManagedPacketConnection.closed(Connection connection)
          Invoked when a connection is closed
 void ConnectionHandler.connected(Connection connection)
          Handle a new connection
 void ConnectionEventListener.error(Connection connection, java.lang.Exception exception)
          Invoked when a fatal connection error occurs, just before an Exception is thrown to the application
 void ConnectionEventNotifier.error(Connection connection, java.lang.Exception exception)
          Invoked when a fatal connection error occurs, just before an Exception is thrown to the application
 void ManagedPacketConnection.error(Connection connection, java.lang.Exception exception)
          Invoked when a fatal connection error occurs, just before an Exception is thrown to the application
 

Constructors in org.exolab.core.messenger with parameters of type Connection
ChannelListenerAcceptor(Connection connection, java.lang.String name, ChannelListener listener)
          Construct a new ChannelListenerAcceptor
 

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

Methods in org.exolab.core.messenger.tcp that return Connection
 Connection TcpConnector.getConnection(java.lang.String uri, ConnectionProperties properties)
          Returns a connection for the specified URI and connection properties
 



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