JTR 5.0 API Documentation

Uses of Package
jtr.config.jms

Packages that use jtr.config.jms
jtr.config Here reside all the basic classes used to compose the object-oriented representation of a jtr.xml configuration file. 
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. 
jtr.runners This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. 
 

Classes in jtr.config.jms used by jtr.config
JMSConfig
          This class is the object oriented representation of the content of the jtx.xml <jms> element.
 

Classes in jtr.config.jms used by jtr.config.jms
JMSConnection
          This class is the object oriented representation of the connection element you can find inside the jtr.xml configuration file.
It is logically mapped to a javax.jms.Connection.
JMSConnectionFactory
          This class is the object oriented representation of the conn-factory element of the jtr.xml configuration file.
This class logically maps itself to a javax.jms.ConnectionFactory class.
A JMSConnectionFactory holds a moltitude of JMSConnections.
JMSDestination
          This class is the object oriented representation of both every queue and topic jtr.xml configuration file's element.
It logically maps itself to either a javax.jms.Queue or javax.jms.Topic.
JMSFactories
          This class is used for gathering a set of JMSConnectionFactory instances.
JMSSession
          This is the object oriented representation of a session element of the jtr.xml configuration file.
It logically maps itself to a javax.jms.Session.
 

Classes in jtr.config.jms used by jtr.jms
JMSConfig
          This class is the object oriented representation of the content of the jtx.xml <jms> element.
JMSConnection
          This class is the object oriented representation of the connection element you can find inside the jtr.xml configuration file.
It is logically mapped to a javax.jms.Connection.
JMSConnectionFactory
          This class is the object oriented representation of the conn-factory element of the jtr.xml configuration file.
This class logically maps itself to a javax.jms.ConnectionFactory class.
A JMSConnectionFactory holds a moltitude of JMSConnections.
 

Classes in jtr.config.jms used by jtr.runners
JMSConfig
          This class is the object oriented representation of the content of the jtx.xml <jms> element.
 


The JTR Project is licensed under GPL version 2