org.objectweb.jonas.ant.cluster
Class DbmCluster

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

public class DbmCluster
extends ClusterTasks

Define DbmCluster 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
DbmCluster()
          Default constructor
 
Method Summary
 void generatesTasks()
          Generates the DbmCluster tasks for each JOnAS's instances
 void setdataSources(java.lang.String dataSources)
          Set the dataSources for the Dbm service
 
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

DbmCluster

public DbmCluster()
Default constructor

Method Detail

setdataSources

public void setdataSources(java.lang.String dataSources)
Set the dataSources for the Dbm service

Parameters:
dataSources - the dataSources for the Dbm service

generatesTasks

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

Specified by:
generatesTasks in class ClusterTasks