| java.lang.Object org.objectweb.jonas.ant.jonasbase.Tasks org.objectweb.jonas.ant.cluster.ClusterTasks
All known Subclasses: org.objectweb.jonas.ant.cluster.Common, org.objectweb.jonas.ant.cluster.ClusterDaemon, org.objectweb.jonas.ant.cluster.WebContainerCluster, org.objectweb.jonas.ant.cluster.JmsCluster, org.objectweb.jonas.ant.cluster.JdbcRaCluster, org.objectweb.jonas.ant.cluster.WsdlPublishCluster, org.objectweb.jonas.ant.cluster.DbCluster, org.objectweb.jonas.ant.cluster.DiscoveryCluster, org.objectweb.jonas.ant.cluster.Script, org.objectweb.jonas.ant.cluster.WebLevel, org.objectweb.jonas.ant.cluster.CarolCluster, org.objectweb.jonas.ant.cluster.HaCluster, org.objectweb.jonas.ant.cluster.DbmCluster, org.objectweb.jonas.ant.cluster.EjbLevel, org.objectweb.jonas.ant.cluster.ServicesCluster, org.objectweb.jonas.ant.cluster.LibCluster, org.objectweb.jonas.ant.cluster.MailCluster,
ClusterTasks | abstract public class ClusterTasks extends Tasks (Code) | | Defines a common cluster task
author: Benoit Pelletier |
ARCH_BOTH_WEB_EJB | final protected static String ARCH_BOTH_WEB_EJB(Code) | | Archictecture of the JOnAS's instances : contain both Web level and Ejb level
|
ARCH_SEPARATED_WEB_EJB | final protected static String ARCH_SEPARATED_WEB_EJB(Code) | | Archictecture of the JOnAS's instances : separate Web level and Ejb level
|
ClusterTasks | public ClusterTasks()(Code) | | Constructor
|
addClusterTask | public void addClusterTask(ClusterTasks ct)(Code) | | Add a task to the list of defined tasks
Parameters: ct - task to add |
generatesTasks | abstract public void generatesTasks()(Code) | | Abstract generatesTasks()
|
getArch | public String getArch()(Code) | | Get architecture
architecture |
getClusterTasks | public List getClusterTasks()(Code) | | a list of all tasks to do |
getDestDir | public static String getDestDir(String destDirPrefix, int i)(Code) | | Build dest dir with an index
Parameters: destDirPrefix - destination directory prefix Parameters: i - index destination directory |
getDestDirPrefix | public String getDestDirPrefix()(Code) | | Gets the prefix of the destination directory
the prefix of the destination directory |
getDestDirSuffixIndFirst | public int getDestDirSuffixIndFirst()(Code) | | Gets the first index of the destDir suffix
the first index of the destDir suffix |
getDestDirSuffixIndLast | public int getDestDirSuffixIndLast()(Code) | | Gets the last index of the destDir suffix
the last index of the destDir suffix |
getRootTask | public Task getRootTask()(Code) | | Get root Task
rootTask root task |
log | public void log(String msg)(Code) | | Logging
Parameters: msg - message to log |
setArch | public void setArch(String arch)(Code) | | Set architecture
Parameters: arch - the architecture |
setDestDirPrefix | public void setDestDirPrefix(String destDirPrefix)(Code) | | Set directory prefix
Parameters: destDirPrefix - The destDirPrefix to set. |
setDestDirSuffixIndFirst | public void setDestDirSuffixIndFirst(int destDirSuffixIndFirst)(Code) | | Parameters: destDirSuffixIndFirst - The destDirSuffixIndFirst to set. |
setDestDirSuffixIndLast | public void setDestDirSuffixIndLast(int destDirSuffixIndLast)(Code) | | Parameters: destDirSuffixIndLast - The destDirSuffixIndLast to set. |
setRootTask | public void setRootTask(Task rootTask)(Code) | | Set root task
Parameters: rootTask - root task |
|
|