Uses of Class
org.objectweb.joram.client.jms.admin.AbstractConnectionFactory
-
Packages that use AbstractConnectionFactory Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.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.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 AbstractConnectionFactory in org.objectweb.joram.client.jms
Subclasses of AbstractConnectionFactory in org.objectweb.joram.client.jms Modifier and Type Class Description classConnectionFactoryImplements all thejavax.jms.ConnectionFactoryinterfaces.classQueueConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classTopicConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classXAConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classXAQueueConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.classXATopicConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by ConnectionFactory. -
Uses of AbstractConnectionFactory in org.objectweb.joram.client.jms.admin
Fields in org.objectweb.joram.client.jms.admin declared as AbstractConnectionFactory Modifier and Type Field Description (package private) AbstractConnectionFactoryJoramSaxWrapper. cfFields in org.objectweb.joram.client.jms.admin with type parameters of type AbstractConnectionFactory Modifier and Type Field Description (package private) Hashtable<String,AbstractConnectionFactory>JoramSaxWrapper. cfsContains ConnectionFactory defined in the current scriptMethods in org.objectweb.joram.client.jms.admin with parameters of type AbstractConnectionFactory Modifier and Type Method Description (package private) voidJoramSaxWrapper. configureConnectionFactory(AbstractConnectionFactory cf)private static voidAdminModule. doConnect(AbstractConnectionFactory cf, String name, String password, String identityClass)Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a givenConnectionFactory.static JoramAdminJoramAdmin. doCreate(AbstractConnectionFactory cf, String name, String password, String identityClass)Opens a connection dedicated to administering with the Joram server which parameters are wrapped by a givenConnectionFactory. -
Uses of AbstractConnectionFactory in org.objectweb.joram.client.jms.local
Subclasses of AbstractConnectionFactory in org.objectweb.joram.client.jms.local Modifier and Type Class Description classLocalConnectionFactoryALocalConnectionFactoryinstance is a factory of local connections.classQueueLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classTopicLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classXALocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classXAQueueLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory.classXATopicLocalConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by LocalConnectionFactory. -
Uses of AbstractConnectionFactory in org.objectweb.joram.client.jms.tcp
Subclasses of AbstractConnectionFactory in org.objectweb.joram.client.jms.tcp Modifier and Type Class Description classQueueTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classTcpConnectionFactoryATcpConnectionFactoryinstance is a factory of TCP connections.classTopicTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classXAQueueTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classXATcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.classXATopicTcpConnectionFactoryDeprecated.Replaced next to Joram 5.2.1 by TcpConnectionFactory.
-