|
|||||||||
| 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.antmodular.jonasbase.bootstrap.AbstractJOnASBaseAntTask
org.ow2.jonas.antmodular.jonasbase.resource.JdbcRa
public class JdbcRa
Allow to create JDBC resource adaptors.
| Field Summary | |
|---|---|
static java.lang.String |
P6SPY_CONF_FILE
Name of P6Spy configuration file. |
| Fields inherited from class org.ow2.jonas.antmodular.jonasbase.bootstrap.AbstractJOnASBaseAntTask |
|---|
CONF_DIR, destDir, jonasRoot, tasks |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, 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(java.lang.String connMaxAge)
Set the connexion max age of this JDBC Resource Adaptor Connection Pool. |
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 |
setMaxOpenTime(java.lang.String maxOpenTime)
Set the open time max of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxPoolSize(java.lang.String maxPoolSize)
Set the max pool size of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxPreparedStatementsSize(java.lang.String maxPreparedStatementSize)
Set the max prepared Statements size of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxWaiters(java.lang.String maxWaiters)
Set the max waiters of this JDBC Resource Adaptor Connection Pool. |
void |
setMaxWaitTime(java.lang.String maxWaitTime)
Set the max wait time 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.ow2.jonas.antmodular.jonasbase.bootstrap.AbstractJOnASBaseAntTask |
|---|
addTask, addTasks, createServiceNameReplace, executeAllTask, getJOnASBase, getJOnASRoot, getTasks, setDestDir |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, 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 |
| Field Detail |
|---|
public static final java.lang.String P6SPY_CONF_FILE
| Constructor Detail |
|---|
public JdbcRa()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - the name of this JDBC Resource Adaptorpublic void setMapperName(java.lang.String mapperName)
mapperName - the mappername of this JDBC Resource Adaptorpublic void setUser(java.lang.String user)
user - the user of this JDBC Resource Adaptorpublic void setPassword(java.lang.String password)
password - the name of this JDBC Resource Adaptorpublic void setUrl(java.lang.String url)
url - the name of this JDBC Resource Adaptorpublic void setMaxPoolSize(java.lang.String maxPoolSize)
maxPoolSize - max pool size of connectionpublic void setMaxPreparedStatementsSize(java.lang.String maxPreparedStatementSize)
maxPreparedStatementsSize - of connectionpublic void setMaxWaitTime(java.lang.String maxWaitTime)
maxWaitTime - of the connectionpublic void setMaxWaiters(java.lang.String maxWaiters)
maxWaiters - of connectionpublic void setConnMaxAge(java.lang.String connMaxAge)
maxConnMAxAge - of connectionpublic void setMaxOpenTime(java.lang.String maxOpenTime)
maxWaiters - of connectionpublic void setDriverName(java.lang.String driverName)
driverName - the name of the driver of this JDBC Resource Adaptorpublic void setJndiName(java.lang.String jndiName)
jndiName - the jndiName of this JDBC Resource Adaptorpublic void execute()
execute in class AbstractJOnASBaseAntTask@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 | ||||||||