|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ow2.jonas.ant.BootstrapTask
org.ow2.jonas.ant.jonasbase.JTask
org.ow2.jonas.ant.jonasbase.JdbcRa
public class JdbcRa
Allow to create JDBC resource adaptors.
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.ant.jonasbase.JTask |
|---|
SEPARATORS |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
JdbcRa()
|
|
| Method Summary | |
|---|---|
void |
execute()
Execute this task. |
boolean |
isP6spy()
Configure the using of the P6Spy tool or not ? |
void |
setAutoload(boolean autoload)
Deprecated. |
void |
setConnMaxAge(String connMaxAge)
Set the connexion max age of this JDBC Resource Adaptor Connection Pool. |
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 |
setMaxOpenTime(String maxOpenTime)
Set the open time max of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxPoolSize(String maxPoolSize)
Set the max pool size of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxPreparedStatementsSize(String maxPreparedStatementSize)
Set the max prepared Statements size 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 |
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.jonasbase.JTask |
|---|
changeValueForKey, changeValueForKey, getConfigurationFile, getDestDir, getLogInfo, setConfigurationFile, setDestDir, setLogInfo, writePropsToFile |
| Methods inherited from class org.ow2.jonas.ant.BootstrapTask |
|---|
createClasspath, getBootstraptask, getBootstraptask, getDomainName, getJonasRoot, getMaven2Repository, getServerName, getTaskName, setCatalinaHome, setClasspath, setDomainName, setJettyHome, setJonasBase, setJonasRoot, setJvmopts, setServerName, setTaskName |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.jonas.ant.jonasbase.BaseTaskItf |
|---|
getLogInfo, setConfigurationFile, setDestDir, setJonasRoot, setLogInfo |
| Constructor Detail |
|---|
public JdbcRa()
| 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 setMaxPreparedStatementsSize(String maxPreparedStatementSize)
maxPreparedStatementsSize - of connectionpublic 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 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 execute()
execute in interface BaseTaskItfexecute in class org.apache.tools.ant.Task@Deprecated public void setAutoload(boolean autoload)
autoload - true of falsepublic boolean isP6spy()
public void setP6spy(boolean p6spy)
p6spy - true or false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||