org.objectweb.jonas.ant.cluster
Class CarolCluster

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.CarolCluster

public class CarolCluster
extends ClusterTasks

Define CarolCluster 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
CarolCluster()
          Default constructor
 
Method Summary
 void generatesTasks()
          Generates the carol tasks for each JOnAS's instances
 void setJrmpOptimization(boolean jrmpOptimization)
          Set jrmp optimization
 void setMcastAddr(java.lang.String mcastAddr)
          Set mcastAddr
 void setMcastPort(java.lang.String mcastPort)
          Set mcastPort
 void setPortRange(java.lang.String portRange)
          Set ports range
 void setProtocols(java.lang.String protocols)
          Set protocols
 
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

CarolCluster

public CarolCluster()
Default constructor

Method Detail

setProtocols

public void setProtocols(java.lang.String protocols)
Set protocols

Parameters:
protocols - protocols to set

setMcastAddr

public void setMcastAddr(java.lang.String mcastAddr)
Set mcastAddr

Parameters:
mcastAddr - multicast address to set

setMcastPort

public void setMcastPort(java.lang.String mcastPort)
Set mcastPort

Parameters:
mcastPort - multicast port to set

setPortRange

public void setPortRange(java.lang.String portRange)
Set ports range

Parameters:
portRange - ports range

setJrmpOptimization

public void setJrmpOptimization(boolean jrmpOptimization)
Set jrmp optimization

Parameters:
jrmpOptimization - jrmp optimization

generatesTasks

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

Specified by:
generatesTasks in class ClusterTasks