|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ow2.jonas.antmodular.jonasbase.bootstrap.AbstractJOnASBaseAntTask
org.ow2.jonas.antmodular.jonasbase.jms.Jms
public class Jms
Allow to configure the JMS service.
| Field Summary | |
|---|---|
static String |
JORAM_ADMIN_CONF_FILE
Name of Joram admin configuration file (resource adaptor). |
static String |
JORAM_CONF_FILE
Name of Joram configuration file. |
| Fields inherited from class org.ow2.jonas.antmodular.jonasbase.bootstrap.AbstractJOnASBaseAntTask |
|---|
CONF_DIR, destDir, jonasRoot, tasks |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
Jms()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
execute()
Execute all task |
void |
setHost(String host)
Set the host name for Joram. |
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.antmodular.jonasbase.bootstrap.AbstractJOnASBaseAntTask |
|---|
addTask, addTasks, createServiceNameReplace, executeAllTask, getTasks |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String JORAM_CONF_FILE
public static final String JORAM_ADMIN_CONF_FILE
| Constructor Detail |
|---|
public Jms()
| Method Detail |
|---|
public void setHost(String host)
host - host name for Jorampublic 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 topicspublic void execute()
execute in class AbstractJOnASBaseAntTask
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||