Uses of Interface
org.exolab.jms.net.connector.ManagedConnection

Packages that use ManagedConnection
org.exolab.jms.net.connector Connector framework 
org.exolab.jms.net.http HTTP connector 
org.exolab.jms.net.multiplexer Abstract connector that multiplexes data over a physical connection 
org.exolab.jms.net.rmi RMI connector 
org.exolab.jms.net.socket Abstract connector that multiplexes data over a socket 
org.exolab.jms.net.tcp TCP and TCPS connectors 
org.exolab.jms.net.vm Intra-VM connector 
 

Uses of ManagedConnection in org.exolab.jms.net.connector
 

Classes in org.exolab.jms.net.connector that implement ManagedConnection
 class AbstractManagedConnection
          Abstract implementation of the ManagedConnection interface.
 

Methods in org.exolab.jms.net.connector that return ManagedConnection
 ManagedConnection ManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection
 ManagedConnection ManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections
 ManagedConnection ConnectionPool.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnection ConnectionPool.matchManagedConnections(java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the set of pooled connections.
 

Methods in org.exolab.jms.net.connector with parameters of type ManagedConnection
 void ManagedConnectionAcceptorListener.accepted(ManagedConnectionAcceptor acceptor, ManagedConnection connection)
          Invoked when a new connection is accepted.
 void ManagedConnectionListener.closed(ManagedConnection source)
          Notifies closure of a connection.
 void ManagedConnectionListener.error(ManagedConnection source, java.lang.Throwable throwable)
          Notifies a connection related error.
 void ManagedConnectionListener.pinged(ManagedConnection source)
          Notifies of a successful ping.
 

Constructors in org.exolab.jms.net.connector with parameters of type ManagedConnection
ContextInvocationHandler(InvocationHandler handler, ConnectionFactory resolver, ManagedConnection connection)
          Construct a new ContextInvocationHandler.
 

Uses of ManagedConnection in org.exolab.jms.net.http
 

Methods in org.exolab.jms.net.http that return ManagedConnection
 ManagedConnection AbstractHTTPManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 ManagedConnection HTTPSManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnection HTTPManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection
 

Uses of ManagedConnection in org.exolab.jms.net.multiplexer
 

Classes in org.exolab.jms.net.multiplexer that implement ManagedConnection
 class MultiplexedManagedConnection
          A ManagedConnection that uses a Multiplexer to multiplex data over an Endpoint
 

Uses of ManagedConnection in org.exolab.jms.net.rmi
 

Methods in org.exolab.jms.net.rmi that return ManagedConnection
 ManagedConnection RMIManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnection RMIManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 

Uses of ManagedConnection in org.exolab.jms.net.socket
 

Classes in org.exolab.jms.net.socket that implement ManagedConnection
 class SocketManagedConnection
          SocketManagedConnection manages multiple Connection instances over a single socket.
 

Methods in org.exolab.jms.net.socket that return ManagedConnection
protected abstract  ManagedConnection SocketManagedConnectionAcceptor.createManagedConnection(URI uri, java.net.Socket socket, Authenticator authenticator)
          Create a new server-side ManagedConnection for an accepted socket connection.
 ManagedConnection SocketManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 

Uses of ManagedConnection in org.exolab.jms.net.tcp
 

Methods in org.exolab.jms.net.tcp that return ManagedConnection
 ManagedConnection TCPSManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnection TCPManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 

Uses of ManagedConnection in org.exolab.jms.net.vm
 

Methods in org.exolab.jms.net.vm that return ManagedConnection
 ManagedConnection VMManagedConnectionFactory.createManagedConnection(java.security.Principal principal, ConnectionRequestInfo info)
          Creates a new connection.
 ManagedConnection VMManagedConnectionFactory.matchManagedConnections(java.util.List connections, java.security.Principal principal, ConnectionRequestInfo info)
          Returns a matched connection from the candidate set of connections.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.