|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.config.jms.JMSFactories
public class JMSFactories
This class is used for gathering a set of JMSConnectionFactory
instances.
JMSConnectionFactory
,
Serialized FormConstructor Summary | |
---|---|
JMSFactories()
Default constructor |
Method Summary | |
---|---|
void |
addConnectionFactory(JMSConnectionFactory jmsCF)
Add a new JMSConnectionFactory to the current
configuration. |
java.util.Collection<JMSConnectionFactory> |
getConnectionFactories()
Get all the configured JMSConnectionFactory instances. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JMSFactories()
Method Detail |
---|
public void addConnectionFactory(JMSConnectionFactory jmsCF)
JMSConnectionFactory
to the current
configuration.
jmsCF
- The new JMSConnectionFactory
public java.util.Collection<JMSConnectionFactory> getConnectionFactories()
JMSConnectionFactory
instances.
Collection
of
JMSConnectionFactory
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |