|
JTR 5.0 API Documentation | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
jtr.xml
file.
See:
Description
Class Summary | |
---|---|
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
JMSConnection s. |
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 . |
In this package are located those classes used to provide an object-oriented
representation of the JMS Configuration Section of a jtr.xml
file.
Note: classes defined here are not meant for direct use by developers
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |