org.ow2.jonas.ant.cluster
Class CarolCluster

java.lang.Object
  extended by org.ow2.jonas.ant.jonasbase.Tasks
      extended by org.ow2.jonas.ant.cluster.ClusterTasks
          extended by org.ow2.jonas.ant.cluster.CarolCluster

public class CarolCluster
extends ClusterTasks

Define CarolCluster task.

Author:
Benoit Pelletier

Field Summary
 
Fields inherited from class org.ow2.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 setPortRange(String portRange)
          Set ports range.
 void setProtocols(String protocols)
          Set protocols.
 
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

CarolCluster

public CarolCluster()
Default constructor

Method Detail

setProtocols

public void setProtocols(String protocols)
Set protocols.

Parameters:
protocols - protocols to set

setPortRange

public void setPortRange(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


Copyright © 2010 OW2 Consortium. All Rights Reserved.