|
||||||||||
| 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.JdbcXmlCluster
public class JdbcXmlCluster
Define JdbcXmlCluster task
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.ant.cluster.ClusterTasks |
|---|
ARCH_BOTH_WEB_EJB, ARCH_SEPARATED_WEB_EJB |
| Constructor Summary | |
|---|---|
JdbcXmlCluster()
Default constructor |
|
| Method Summary | |
|---|---|
void |
generatesTasks()
Generates the JdbcRa tasks for each JOnAS's instances |
boolean |
isNewFile()
|
void |
setClassName(String className)
Set the name of the driver of this JDBC Resource Adaptor. |
void |
setConCheckLevel(String conCheckLevel)
Set the connection check level. |
void |
setConnMaxAge(String connMaxAge)
Set the connexion max age of this JDBC Resource Adaptor Connection Pool. |
void |
setConTestStmt(String conTestStmt)
Set the statement for the connection check level. |
void |
setInitConPool(String initConPool)
Set the init pool size of this JDBC Resource Adaptor Connection Pool. |
void |
setMapper(String mapperName)
Set the mapper name of this JDBC Resource Adaptor. |
void |
setMaxConPool(String maxConPool)
Set the max pool size of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxOpenTime(String maxOpenTime)
Set the open time max of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxWaiters(String maxWaiters)
Set the max waiters of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxWaitTime(String maxWaitTime)
Set the max wait time of this JDBC Resource Adaptor Connection Pool. |
void |
setMinConPool(String minConPool)
Set the min pool size of this JDBC Resource Adaptor Connection Pool. |
void |
setName(String name)
Set the name of this JDBC Resource Adaptor. |
void |
setNewFile(String newFile)
Set is a new file has to be created |
void |
setPassword(String password)
Set the password of this JDBC Resource Adaptor. |
void |
setPstmtMax(String pstmtMax)
Set the prepared statement pool size of this JDBC Resource Adaptor Connection Pool. |
void |
setSamplingPeriod(String samplingPeriod)
Set the samplingPeriod of the JDBC Resource Adaptor. |
void |
setUrl(String url)
Set the url of this JDBC Resource Adaptor. |
void |
setUserName(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 JdbcXmlCluster()
| Method Detail |
|---|
public void setClassName(String className)
className - the name of the driver of this JDBC Resource Adaptorpublic void setInitConPool(String initConPool)
initConPool - init pool size of connectionpublic void setMinConPool(String minConPool)
minConPool - min pool size of connectionpublic void setMaxConPool(String maxConPool)
maxConPool - max pool size of connectionpublic void setPstmtMax(String pstmtMax)
pstmtMax - pool size of connectionpublic void setConCheckLevel(String conCheckLevel)
conCheckLevel - levelpublic void setConTestStmt(String conTestStmt)
conTestStmt - requestpublic void setName(String name)
name - the name of this JDBC Resource Adaptorpublic void setMapper(String mapperName)
mapper - the mappername of this JDBC Resource Adaptorpublic void setUserName(String user)
user - the user of this JDBC Resource Adaptorpublic void setPassword(String password)
password - the name of this JDBC Resource Adaptorpublic void setSamplingPeriod(String samplingPeriod)
samplingPeriod - the sampling periodpublic void setUrl(String url)
url - the name of this JDBC Resource Adaptorpublic void setMaxWaitTime(String maxWaitTime)
maxWaitTime - of the connectionpublic void setMaxWaiters(String maxWaiters)
maxWaiters - of connectionpublic void setConnMaxAge(String connMaxAge)
maxConnMAxAge - of connectionpublic void setMaxOpenTime(String maxOpenTime)
maxWaiters - of connectionpublic boolean isNewFile()
public void setNewFile(String newFile)
newFile - public void generatesTasks()
generatesTasks in class ClusterTasks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||