org.objectweb.jonas.ant.cluster
Class JdbcRaCluster

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

public class JdbcRaCluster
extends ClusterTasks

Define JdbcRaCluster 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
JdbcRaCluster()
          Default constructor
 
Method Summary
 void generatesTasks()
          Generates the JdbcRa tasks for each JOnAS's instances
 void setAutoload(boolean autoload)
          opy rar to autoload or only in rars/ ?
 void setDriverName(java.lang.String driverName)
          Set the name of the driver of this JDBC Resource Adaptor
 void setJndiName(java.lang.String jndiName)
          Set the jndiName of this JDBC Resource Adaptor
 void setMapperName(java.lang.String mapperName)
          Set the mapper name of this JDBC Resource Adaptor
 void setMaxPoolSize(java.lang.String maxPoolSize)
          Set the max pool size of this JDBC Resource Adaptor Connection Pool
 void setName(java.lang.String name)
          Set the name of this JDBC Resource Adaptor
 void setP6spy(boolean p6spy)
          Configure the using of the P6Spy tool or not ?
 void setPassword(java.lang.String password)
          Set the password of this JDBC Resource Adaptor
 void setUrl(java.lang.String url)
          Set the url of this JDBC Resource Adaptor
 void setUser(java.lang.String user)
          Set the user of this JDBC Resource Adaptor
 
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

JdbcRaCluster

public JdbcRaCluster()
Default constructor

Method Detail

setName

public void setName(java.lang.String name)
Set the name of this JDBC Resource Adaptor

Parameters:
name - the name of this JDBC Resource Adaptor

setMapperName

public void setMapperName(java.lang.String mapperName)
Set the mapper name of this JDBC Resource Adaptor

Parameters:
mapperName - the mappername of this JDBC Resource Adaptor

setUser

public void setUser(java.lang.String user)
Set the user of this JDBC Resource Adaptor

Parameters:
user - the user of this JDBC Resource Adaptor

setPassword

public void setPassword(java.lang.String password)
Set the password of this JDBC Resource Adaptor

Parameters:
password - the name of this JDBC Resource Adaptor

setUrl

public void setUrl(java.lang.String url)
Set the url of this JDBC Resource Adaptor

Parameters:
url - the name of this JDBC Resource Adaptor

setMaxPoolSize

public void setMaxPoolSize(java.lang.String maxPoolSize)
Set the max pool size of this JDBC Resource Adaptor Connection Pool

Parameters:
maxPoolSize - max pool size of connection

setDriverName

public void setDriverName(java.lang.String driverName)
Set the name of the driver of this JDBC Resource Adaptor

Parameters:
driverName - the name of the driver of this JDBC Resource Adaptor

setJndiName

public void setJndiName(java.lang.String jndiName)
Set the jndiName of this JDBC Resource Adaptor

Parameters:
jndiName - the jndiName of this JDBC Resource Adaptor

setAutoload

public void setAutoload(boolean autoload)
opy rar to autoload or only in rars/ ?

Parameters:
autoload - true of false

setP6spy

public void setP6spy(boolean p6spy)
Configure the using of the P6Spy tool or not ?

Parameters:
p6spy - true or false

generatesTasks

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

Specified by:
generatesTasks in class ClusterTasks