org.objectweb.jonas.ant.cluster
Class ServicesCluster

java.lang.Object
  extended by org.objectweb.jonas.ant.jonasbase.Tasks
      extended by org.objectweb.jonas.ant.cluster.ClusterTasks
          extended by org.objectweb.jonas.ant.cluster.ServicesCluster

public class ServicesCluster
extends ClusterTasks

Define ServicesCluster task

Author:
Benoit Pelletier

Field Summary
 
Fields inherited from class org.objectweb.jonas.ant.cluster.ClusterTasks
ARCH_BOTH_WEB_EJB, ARCH_SEPARATED_WEB_EJB
 
Constructor Summary
ServicesCluster()
          Default constructor
 
Method Summary
 void generatesTasks()
          Generates the Services tasks for each JOnAS's instances
 void setFullList(java.lang.String fullList)
          Set the full list of the JOnAS's services
 void setPartialList(java.lang.String partialList)
          Set the partial list of the JOnAS's services
 
Methods inherited from class org.objectweb.jonas.ant.cluster.ClusterTasks
addClusterTask, getArch, getClusterTasks, getDestDir, getDestDirPrefix, getDestDirSuffixIndFirst, getDestDirSuffixIndLast, getLogInfo, getRootTask, log, setArch, setDestDirPrefix, setDestDirSuffixIndFirst, setDestDirSuffixIndLast, setLogInfo, setRootTask
 
Methods inherited from class org.objectweb.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

ServicesCluster

public ServicesCluster()
Default constructor

Method Detail

setPartialList

public void setPartialList(java.lang.String partialList)
Set the partial list of the JOnAS's services

Parameters:
partialList - partial list of JOnAS services

setFullList

public void setFullList(java.lang.String fullList)
Set the full list of the JOnAS's services

Parameters:
fullList - full list of JOnAS services

generatesTasks

public void generatesTasks()
Generates the Services tasks for each JOnAS's instances

Specified by:
generatesTasks in class ClusterTasks