Uses of Class
org.objectweb.joram.client.jms.ConnectionFactory
-
Packages that use ConnectionFactory Package Description org.objectweb.joram.client.jms.admin Theorg.objectweb.joram.client.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.pool org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage 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
Fields in org.objectweb.joram.client.jms.admin with type parameters of type ConnectionFactory Modifier and Type Field Description protected Hashtable<String,ConnectionFactory>ClusterConnectionFactory. clusterMethods in org.objectweb.joram.client.jms.admin that return ConnectionFactory Modifier and Type Method Description protected ConnectionFactoryClusterConnectionFactory. getConnectionFactory()Chooses a connection factory from the cluster definition.Methods in org.objectweb.joram.client.jms.admin that return types with arguments of type ConnectionFactory Modifier and Type Method Description Hashtable<String,ConnectionFactory>ClusterConnectionFactory. getCluster()Methods in org.objectweb.joram.client.jms.admin with parameters of type ConnectionFactory Modifier and Type Method Description voidClusterConnectionFactory. addConnectionFactory(String location, ConnectionFactory cf)Adds a connection factory to the cluster with the specifiedlocationkey.voidClusterConnectionFactory. addConnectionFactory(ConnectionFactory cf)Adds a connection factory to the cluster. -
Uses of ConnectionFactory in org.objectweb.joram.client.jms.local
Subclasses of ConnectionFactory in org.objectweb.joram.client.jms.local Modifier and Type Class Description classLocalConnectionFactoryALocalConnectionFactoryinstance is a factory of local connections. -
Uses of ConnectionFactory in org.objectweb.joram.client.jms.pool
Fields in org.objectweb.joram.client.jms.pool declared as ConnectionFactory Modifier and Type Field Description (package private) ConnectionFactoryPooledConnectionFactory. cfThe underlying ConnectionFactoryMethods in org.objectweb.joram.client.jms.pool that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryPooledConnectionFactory. getConnectionFactory()Returns the underlying ConnectionFactory used to create the connections. -
Uses of ConnectionFactory in org.objectweb.joram.client.jms.tcp
Subclasses of ConnectionFactory in org.objectweb.joram.client.jms.tcp Modifier and Type Class Description classTcpConnectionFactoryATcpConnectionFactoryinstance is a factory of TCP connections.
-