|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ant.jonasbase.Tasks
org.ow2.jonas.ant.jonasbase.Jms
public class Jms
Allow to configure the JMS service
| Constructor Summary | |
|---|---|
Jms()
Default constructor |
|
| Method Summary | |
|---|---|
void |
setInitialQueues(String initialQueues)
Set the initial queues when JOnAS start |
void |
setInitialTopics(String initialTopics)
Set the initial topics when JOnAS start |
void |
setPort(String portNumber)
Set the port number for Joram |
| Methods inherited from class org.ow2.jonas.ant.jonasbase.Tasks |
|---|
addTask, addTasks, addTasks, getTasks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jms()
| Method Detail |
|---|
public void setPort(String portNumber)
portNumber - the port for Jorampublic void setInitialTopics(String initialTopics)
initialTopics - comma separated list of topicspublic void setInitialQueues(String initialQueues)
initialQueues - comma separated list of topics
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||