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

Packages that use ConnectionManager
org.exolab.jms.net.connector Connector framework 
org.exolab.jms.net.http HTTP connector 
org.exolab.jms.net.orb Object Broker 
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 ConnectionManager in org.exolab.jms.net.connector
 

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

Methods in org.exolab.jms.net.connector that return ConnectionManager
protected  ConnectionManager AbstractConnectionFactory.getConnectionManager()
          Returns the connection manager.
 

Methods in org.exolab.jms.net.connector with parameters of type ConnectionManager
 ConnectionFactory ManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
          Creates a new connection factory
 

Constructors in org.exolab.jms.net.connector with parameters of type ConnectionManager
AbstractConnectionFactory(java.lang.String scheme, ManagedConnectionFactory factory, ConnectionManager manager)
          Construct a new AbstractConnectionFactory.
AbstractConnectionFactory(java.lang.String connectScheme, java.lang.String acceptScheme, ManagedConnectionFactory factory, ConnectionManager manager)
          Construct a new AbstractConnectionFactory.
 

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

Methods in org.exolab.jms.net.http with parameters of type ConnectionManager
 ConnectionFactory HTTPSManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
          Creates a new connection factory.
 ConnectionFactory HTTPManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
          Creates a new connection factory
 

Constructors in org.exolab.jms.net.http with parameters of type ConnectionManager
AbstractHTTPConnectionFactory(java.lang.String connectScheme, java.lang.String acceptScheme, ManagedConnectionFactory factory, ConnectionManager manager)
          Construct a new AbstractHTTPConnectionFactory.
 

Uses of ConnectionManager in org.exolab.jms.net.orb
 

Classes in org.exolab.jms.net.orb that implement ConnectionManager
 class DefaultConnectionManager
          Default implementation of the ConnectionManager interface.
 

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

Methods in org.exolab.jms.net.rmi with parameters of type ConnectionManager
 ConnectionFactory RMIManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
          Creates a new connection factory
 

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

Constructors in org.exolab.jms.net.socket with parameters of type ConnectionManager
SocketConnectionFactory(java.lang.String scheme, ManagedConnectionFactory factory, ConnectionManager manager)
          Construct a new SocketConnectionFactory.
SocketConnectionFactory(java.lang.String connectScheme, java.lang.String acceptScheme, ManagedConnectionFactory factory, ConnectionManager manager)
          Construct a new SocketConnectionFactory.
 

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

Methods in org.exolab.jms.net.tcp with parameters of type ConnectionManager
 ConnectionFactory TCPSManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
          Creates a new connection factory.
 ConnectionFactory TCPManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
          Creates a new connection factory.
 

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

Methods in org.exolab.jms.net.vm with parameters of type ConnectionManager
 ConnectionFactory VMManagedConnectionFactory.createConnectionFactory(ConnectionManager manager)
          Creates a new connection factory.
 



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