|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.ant.jonasbase.Tasks
org.ow2.jonas.ant.cluster.ClusterTasks
org.ow2.jonas.ant.cluster.JdbcRaCluster
public class JdbcRaCluster
Define JdbcRaCluster task
| Field Summary |
|---|
| Fields inherited from class org.ow2.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(String driverName)
Set the name of the driver of this JDBC Resource Adaptor |
void |
setJndiName(String jndiName)
Set the jndiName of this JDBC Resource Adaptor |
void |
setMapperName(String mapperName)
Set the mapper name of this JDBC Resource Adaptor |
void |
setMaxPoolSize(String maxPoolSize)
Set the max pool size of this JDBC Resource Adaptor Connection Pool |
void |
setName(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(String password)
Set the password of this JDBC Resource Adaptor |
void |
setUrl(String url)
Set the url of this JDBC Resource Adaptor |
void |
setUser(String user)
Set the user of this JDBC Resource Adaptor |
| 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 |
|---|
public JdbcRaCluster()
| Method Detail |
|---|
public void setName(String name)
name - the name of this JDBC Resource Adaptorpublic void setMapperName(String mapperName)
mapperName - the mappername of this JDBC Resource Adaptorpublic void setUser(String user)
user - the user of this JDBC Resource Adaptorpublic void setPassword(String password)
password - the name of this JDBC Resource Adaptorpublic void setUrl(String url)
url - the name of this JDBC Resource Adaptorpublic void setMaxPoolSize(String maxPoolSize)
maxPoolSize - max pool size of connectionpublic void setDriverName(String driverName)
driverName - the name of the driver of this JDBC Resource Adaptorpublic void setJndiName(String jndiName)
jndiName - the jndiName of this JDBC Resource Adaptorpublic void setAutoload(boolean autoload)
autoload - true of falsepublic void setP6spy(boolean p6spy)
p6spy - true or falsepublic void generatesTasks()
generatesTasks in class ClusterTasks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||