Uses of Class
org.objectweb.joram.client.jms.ConnectionFactory

Packages that use ConnectionFactory
org.objectweb.joram.client.jms.admin The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. 
org.objectweb.joram.client.jms.ha.local   
org.objectweb.joram.client.jms.ha.tcp   
org.objectweb.joram.client.jms.local   
org.objectweb.joram.client.jms.pool   
org.objectweb.joram.client.jms.soap The org.objectweb.joram.client.jms.soap package holds the ConnectionFactory and Connection classes specialized for supporting the SOAP protocol as client - server communication protocol. 
org.objectweb.joram.client.jms.tcp The org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. 
 

Uses of ConnectionFactory in org.objectweb.joram.client.jms.admin
 

Methods in org.objectweb.joram.client.jms.admin that return ConnectionFactory
protected  ConnectionFactory ClusterConnectionFactory.getConnectionFactory()
          Chooses a connection factory from the cluster definition.
 

Methods in org.objectweb.joram.client.jms.admin with parameters of type ConnectionFactory
 void ClusterConnectionFactory.addConnectionFactory(ConnectionFactory cf)
          Adds a connection factory to the cluster.
 void ClusterConnectionFactory.addConnectionFactory(java.lang.String location, ConnectionFactory cf)
          Adds a connection factory to the cluster with the specified location key.
 

Uses of ConnectionFactory in org.objectweb.joram.client.jms.ha.local
 

Subclasses of ConnectionFactory in org.objectweb.joram.client.jms.ha.local
 class HALocalConnectionFactory
           
 

Methods in org.objectweb.joram.client.jms.ha.local that return ConnectionFactory
static ConnectionFactory HALocalConnectionFactory.create()
          Admin method creating a javax.jms.ConnectionFactory instance for creating HA local connections with a given server.
 

Uses of ConnectionFactory in org.objectweb.joram.client.jms.ha.tcp
 

Subclasses of ConnectionFactory in org.objectweb.joram.client.jms.ha.tcp
 class HATcpConnectionFactory
          An XATcpConnectionFactory instance is a factory of tcp connections dedicated to HA communication.
 

Methods in org.objectweb.joram.client.jms.ha.tcp that return ConnectionFactory
static ConnectionFactory HATcpConnectionFactory.create(java.lang.String url)
          Admin method creating a javax.jms.ConnectionFactory instance for creating HA TCP connections with a given list of servers.
static ConnectionFactory HATcpConnectionFactory.create(java.lang.String url, java.lang.String reliableClass)
          Admin method creating a javax.jms.ConnectionFactory instance for creating HA TCP connections with a given list of servers.
 

Uses of ConnectionFactory in org.objectweb.joram.client.jms.local
 

Subclasses of ConnectionFactory in org.objectweb.joram.client.jms.local
 class LocalConnectionFactory
          A LocalConnectionFactory instance is a factory of local connections.
 

Methods in org.objectweb.joram.client.jms.local that return ConnectionFactory
static ConnectionFactory LocalConnectionFactory.create()
          Admin method creating a javax.jms.ConnectionFactory instance for creating local connections.
 

Uses of ConnectionFactory in org.objectweb.joram.client.jms.pool
 

Fields in org.objectweb.joram.client.jms.pool declared as ConnectionFactory
(package private)  ConnectionFactory PooledConnectionFactory.cf
          The underlying ConnectionFactory
 

Methods in org.objectweb.joram.client.jms.pool that return ConnectionFactory
 ConnectionFactory PooledConnectionFactory.getConnectionFactory()
          Returns the underlying ConnectionFactory used to create the connections.
 

Uses of ConnectionFactory in org.objectweb.joram.client.jms.soap
 

Subclasses of ConnectionFactory in org.objectweb.joram.client.jms.soap
 class SoapConnectionFactory
          A SoapConnectionFactory instance is a factory of SOAP connections.
 

Methods in org.objectweb.joram.client.jms.soap that return ConnectionFactory
static ConnectionFactory SoapConnectionFactory.create(java.lang.String host, int port, int timeout)
          Admin method creating a javax.jms.ConnectionFactory instance for creating SOAP connections with a given server.
 

Uses of ConnectionFactory in org.objectweb.joram.client.jms.tcp
 

Subclasses of ConnectionFactory in org.objectweb.joram.client.jms.tcp
 class TcpConnectionFactory
          A TcpConnectionFactory instance is a factory of TCP connections.
 

Methods in org.objectweb.joram.client.jms.tcp that return ConnectionFactory
static ConnectionFactory TcpConnectionFactory.create()
          Admin method creating a javax.jms.ConnectionFactory instance for creating TCP connections with the default server.
static ConnectionFactory TcpConnectionFactory.create(java.lang.String host, int port)
          Admin method creating a javax.jms.ConnectionFactory instance for creating TCP connections with a given server.
static ConnectionFactory TcpConnectionFactory.create(java.lang.String host, int port, java.lang.String reliableClass)
          Admin method creating a javax.jms.ConnectionFactory instance for creating TCP connections with a given server.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.