Inheritance diagram for org.objectweb.jonas.ant.jonasbase.Jms:


Public Member Functions | |
| Jms () | |
| void | setPort (String portNumber) |
| void | setInitialTopics (String initialTopics) |
| void | setInitialQueues (String initialQueues) |
Definition at line 37 of file Jms.java.
|
|
Default constructor |
|
|
Set the initial queues when JOnAS start
Definition at line 130 of file Jms.java. References org.objectweb.jonas.ant.jonasbase.Tasks.addTask(), org.objectweb.jonas.ant.jonasbase.JReplace.setConfigurationFile(), and org.objectweb.jonas.ant.jonasbase.JReplace.setLogInfo(). |
Here is the call graph for this function:

|
|
Set the initial topics when JOnAS start
Definition at line 105 of file Jms.java. References org.objectweb.jonas.ant.jonasbase.Tasks.addTask(), org.objectweb.jonas.ant.jonasbase.JReplace.setConfigurationFile(), and org.objectweb.jonas.ant.jonasbase.JReplace.setLogInfo(). |
Here is the call graph for this function:

|
|
Set the port number for Joram
Definition at line 80 of file Jms.java. References org.objectweb.jonas.ant.jonasbase.Tasks.addTask(), org.objectweb.jonas.ant.jonasbase.JReplace.setConfigurationFile(), and org.objectweb.jonas.ant.jonasbase.JReplace.setLogInfo(). |
Here is the call graph for this function:

1.3.9.1