|
||||||||||
| 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.cluster.ClusterTasks
org.ow2.jonas.ant.cluster.DeployableCluster
public class DeployableCluster
Define MailCluster task
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.ant.cluster.ClusterTasks |
|---|
ARCH_BOTH_WEB_EJB, ARCH_SEPARATED_WEB_EJB |
| Constructor Summary | |
|---|---|
DeployableCluster()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
generatesTasks()
Generates DeployableTask tasks for each JOnAS's instances |
String |
getDestDir()
Get the destination directory. |
String |
getExtension()
Get extension of deployables. |
String |
getSourceDir()
Get the source directory. |
String |
getTarget()
Get the target to be executed. |
String |
getValues()
Get deployables. |
void |
setDestDir(String destDir)
Set the destination directory. |
void |
setExtension(String extension)
Sets deployables extension |
void |
setSourceDir(String sourceDir)
Set the source directory. |
void |
setTarget(String target)
set the target to be executed. |
void |
setValues(String values)
Sets comma separated list of deployables. |
| Methods inherited from class org.ow2.jonas.ant.cluster.ClusterTasks |
|---|
addClusterTask, getArch, getClusterTasks, getDestDir, getDestDirPrefix, getDestDirSuffixIndFirst, getDestDirSuffixIndLast, getEjbInstNb, getLogInfo, getRootTask, getWebInstNb, log, setArch, setDestDirPrefix, setDestDirSuffixIndFirst, setDestDirSuffixIndLast, setEjbInstNb, setLogInfo, setRootTask, setWebInstNb |
| 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 DeployableCluster()
| Method Detail |
|---|
public String getSourceDir()
public void setSourceDir(String sourceDir)
sourceDir - the source directory.public String getDestDir()
public void setDestDir(String destDir)
destDir - the destination directory.public String getExtension()
public String getValues()
public void setValues(String values)
values - the comma separated list of deployables to set.public void setExtension(String extension)
extension - deployables extensionpublic String getTarget()
public void setTarget(String target)
target - to be executedpublic void generatesTasks()
DeployableTask tasks for each JOnAS's instances
generatesTasks in class ClusterTasks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||