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

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

Methods in org.exolab.jms.net.connector that return ManagedConnectionFactory
protected  ManagedConnectionFactory AbstractConnectionFactory.getManagedConnectionFactory()
          Returns the managed connection factory.
 

Methods in org.exolab.jms.net.connector with parameters of type ManagedConnectionFactory
 Connection ConnectionManager.allocateConnection(ManagedConnectionFactory factory, java.security.Principal principal, ConnectionRequestInfo info)
          Allocate a new connection
 void ConnectionManager.accept(ManagedConnectionFactory factory, ConnectionRequestInfo info)
          Start accepting connections
 Connection AbstractConnectionManager.allocateConnection(ManagedConnectionFactory factory, java.security.Principal principal, ConnectionRequestInfo info)
          Allocate a new connection.
 void AbstractConnectionManager.accept(ManagedConnectionFactory factory, ConnectionRequestInfo info)
          Start accepting connections.
protected  void AbstractConnectionManager.addManagedConnectionFactory(ManagedConnectionFactory factory)
          Register a managed connection factory.
protected  ConnectionPool AbstractConnectionManager.createConnectionPool(ManagedConnectionFactory factory, InvocationHandler handler, ConnectionFactory resolver)
          Creates a new connection pool.
protected  ConnectionPool AbstractConnectionManager.getConnectionPool(ManagedConnectionFactory factory)
          Returns the ConnectionPool which pools connections for the specified factory.
 

Constructors in org.exolab.jms.net.connector with parameters of type ManagedConnectionFactory
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 ManagedConnectionFactory in org.exolab.jms.net.http
 

Classes in org.exolab.jms.net.http that implement ManagedConnectionFactory
 class AbstractHTTPManagedConnectionFactory
          Abstract implementation of the ManagedConnectionFactory interface, for HTTP and HTTPS connectors.
 class HTTPManagedConnectionFactory
          A factory for HTTPConnectionFactory and HTTPManagedConnection instances
 class HTTPSManagedConnectionFactory
          A factory for HTTPSConnectionFactory and HTTPSManagedConnection instances.
 

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

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

Classes in org.exolab.jms.net.rmi that implement ManagedConnectionFactory
 class RMIManagedConnectionFactory
          A factory for RMIConnectionFactory, RMIManagedConnection and RMIManagedConnectionAcceptor instances.
 

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

Classes in org.exolab.jms.net.socket that implement ManagedConnectionFactory
 class SocketManagedConnectionFactory
          A factory for concrete SocketManagedConnection and SocketManagedConnectionAcceptor instances.
 

Constructors in org.exolab.jms.net.socket with parameters of type ManagedConnectionFactory
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 ManagedConnectionFactory in org.exolab.jms.net.tcp
 

Classes in org.exolab.jms.net.tcp that implement ManagedConnectionFactory
 class TCPManagedConnectionFactory
          A factory for TCPConnectionFactory, TCPManagedConnection and TCPManagedConnectionAcceptor instances.
 class TCPSManagedConnectionFactory
          A factory for TCPSConnectionFactory, TCPSManagedConnection and TCPSManagedConnectionAcceptor instances.
 

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

Classes in org.exolab.jms.net.vm that implement ManagedConnectionFactory
 class VMManagedConnectionFactory
          A factory for VMConnectionFactory, VMManagedConnection and VMManagedConnectionAcceptor instances.
 



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