JTR 5.0 API Documentation

Uses of Class
jtr.config.jms.JMSConnectionFactory

Packages that use JMSConnectionFactory
jtr.config.jms In this package are located those classes used to provide an object-oriented representation of the JMS Configuration Section of a jtr.xml file. 
jtr.jms This package contains helper classes for performing JMS-related tasks. 
 

Uses of JMSConnectionFactory in jtr.config.jms
 

Methods in jtr.config.jms that return types with arguments of type JMSConnectionFactory
 java.util.Collection<JMSConnectionFactory> JMSConfig.getConnectionFactories()
          Get the connection factories available with the current JMS configuration
 java.util.Collection<JMSConnectionFactory> JMSFactories.getConnectionFactories()
          Get all the configured JMSConnectionFactory instances.
 

Methods in jtr.config.jms with parameters of type JMSConnectionFactory
 void JMSFactories.addConnectionFactory(JMSConnectionFactory jmsCF)
          Add a new JMSConnectionFactory to the current configuration.
 

Uses of JMSConnectionFactory in jtr.jms
 

Methods in jtr.jms with parameters of type JMSConnectionFactory
protected static void JMSHelper.injectConnections(IRunner target, JMSConnectionFactory jmscf, javax.jms.ConnectionFactory cf, java.lang.String configKey)
           
 


The JTR Project is licensed under GPL version 2