|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMSConnection | |
---|---|
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 JMSConnection in jtr.config.jms |
---|
Methods in jtr.config.jms that return types with arguments of type JMSConnection | |
---|---|
java.util.Collection<JMSConnection> |
JMSConnectionFactory.getConnections()
Return all the configured connections shaped as a Collection
of JMSConnection instances. |
Methods in jtr.config.jms with parameters of type JMSConnection | |
---|---|
void |
JMSConnectionFactory.addConnection(JMSConnection conn)
Add a connection to the set of Connections that should be
instantiated using the current ConnectionFactory . |
static boolean |
JMSConnection.isQueueConnection(JMSConnection jmsConn)
States whether the given JMSConnection is a queue
connection or not |
static boolean |
JMSConnection.isTopicConnection(JMSConnection jmsConn)
States whether the given JMSConnection is a topic
connection or not |
static boolean |
JMSConnection.isXaQueueConnection(JMSConnection jmsConn)
States whether the given JMSConnection is an XA queue
connection or not |
static boolean |
JMSConnection.isXaTopicConnection(JMSConnection jmsConn)
States whether the given JMSConnection is an XA topic
connection or not |
Uses of JMSConnection in jtr.jms |
---|
Methods in jtr.jms with parameters of type JMSConnection | |
---|---|
protected static void |
JMSHelper.injectQueueSessions(IRunner target,
JMSConnection jmsc,
javax.jms.QueueConnection qc)
|
protected static void |
JMSHelper.injectTopicSessions(IRunner target,
JMSConnection jmsc,
javax.jms.TopicConnection tc)
|
protected static void |
JMSHelper.injectXAQueueSessions(IRunner target,
JMSConnection jmsc,
javax.jms.XAQueueConnection xaqc)
injectXAQueueSessions |
protected static void |
JMSHelper.injectXATopicSessions(IRunner target,
JMSConnection jmsc,
javax.jms.XATopicConnection xatc)
injectXATopicSessions |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |