JTR 5.0 API Documentation

Uses of Class
jtr.jms.JMSInjectionException

Packages that use JMSInjectionException
jtr.jms This package contains helper classes for performing JMS-related tasks. 
 

Uses of JMSInjectionException in jtr.jms
 

Methods in jtr.jms that throw JMSInjectionException
static void JMSHelper.inject(IRunner target, JMSConfig jmsConfig)
          Performs the injection of all the JMS related objects into the given runner.
Note: you are not required to invoke this method from your concrete IRunner implementation: the JTR runtime will take care for you.
protected static void JMSHelper.injectConnectionFactories(IRunner target, JMSConfig jmsConfig)
           
protected static void JMSHelper.injectConnections(IRunner target, JMSConnectionFactory jmscf, javax.jms.ConnectionFactory cf, java.lang.String configKey)
           
protected static void JMSHelper.injectQueues(IRunner target, JMSConfig jmsConfig)
           
protected static void JMSHelper.injectTopics(IRunner target, JMSConfig jmsConfig)
           
 


The JTR Project is licensed under GPL version 2