|
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.JMSDestination
public class 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.
| Constructor Summary | |
|---|---|
JMSDestination()
The default constructor. |
|
JMSDestination(java.lang.String jndi,
java.lang.String property)
A parameterized constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getJndi()
Get the destination JNDI name |
java.lang.String |
getProperty()
Get the name of the runner property that will hold the actual JMS destination once created |
void |
setJndi(java.lang.String jndi)
Set the destination JNDI name |
void |
setProperty(java.lang.String property)
Set the name of the runner property that will hold the actual JMS destination once created |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMSDestination()
public JMSDestination(java.lang.String jndi,
java.lang.String property)
jndi - The destination's JNDI nameproperty - The name of the runner property that will hold the actual JMS
destination once created| Method Detail |
|---|
public void setJndi(java.lang.String jndi)
jndi - The JNDI namepublic java.lang.String getJndi()
public void setProperty(java.lang.String property)
property - The property namepublic java.lang.String getProperty()
|
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 | |||||||||