org.objectweb.jonas.ant.jonasbase.JdbcRa Class Reference

Inherits org.objectweb.jonas.ant.jonasbase.JTask, and org.objectweb.jonas.ant.jonasbase.BaseTaskItf.

Inheritance diagram for org.objectweb.jonas.ant.jonasbase.JdbcRa:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas.ant.jonasbase.JdbcRa:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setName (String name)
void setMapperName (String mapperName)
void setUser (String user)
void setPassword (String password)
void setUrl (String url)
void setDriverName (String driverName)
void setJndiName (String jndiName)
void execute ()
boolean isAutoload ()
void setAutoload (boolean autoload)
boolean isP6spy ()
void setP6spy (boolean p6spy)

Detailed Description

Allow to create JDBC resource adaptors
Author:
Florent Benoit

Definition at line 41 of file JdbcRa.java.


Member Function Documentation

void org.objectweb.jonas.ant.jonasbase.JdbcRa.execute  ) 
 

Execute this task

Implements org.objectweb.jonas.ant.jonasbase.BaseTaskItf.

Definition at line 220 of file JdbcRa.java.

References org.objectweb.jonas.ant.jonasbase.JTask.changeValueForKey(), org.objectweb.jonas.ant.BootstrapTask.getBootstraptask(), org.objectweb.jonas.ant.jonasbase.JTask.getDestDir(), org.objectweb.jonas.ant.BootstrapTask.getJonasRoot(), org.objectweb.jonas.ant.jonasbase.JdbcRa.isAutoload(), and org.objectweb.jonas.ant.jonasbase.JTask.writePropsToFile().

Here is the call graph for this function:

boolean org.objectweb.jonas.ant.jonasbase.JdbcRa.isAutoload  ) 
 

Copy rar to autoload or only in rars/ ?

Returns:
the autoload.

Definition at line 276 of file JdbcRa.java.

Referenced by org.objectweb.jonas.ant.jonasbase.JdbcRa.execute().

boolean org.objectweb.jonas.ant.jonasbase.JdbcRa.isP6spy  ) 
 

Configure the using of the P6Spy tool or not ?

Returns:
the p6spy

Definition at line 292 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setAutoload boolean  autoload  ) 
 

opy rar to autoload or only in rars/ ?

Parameters:
autoload true of false

Definition at line 284 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setDriverName 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

Definition at line 162 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setJndiName String  jndiName  ) 
 

Set the jndiName of this JDBC Resource Adaptor

Parameters:
jndiName the jndiName of this JDBC Resource Adaptor

Definition at line 171 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setMapperName String  mapperName  ) 
 

Set the mapper name of this JDBC Resource Adaptor

Parameters:
mapperName the mappername of this JDBC Resource Adaptor

Definition at line 130 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setName String  name  ) 
 

Set the name of this JDBC Resource Adaptor

Parameters:
name the name of this JDBC Resource Adaptor

Definition at line 122 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setP6spy boolean  p6spy  ) 
 

Configure the using of the P6Spy tool or not ?

Parameters:
p6spy true or false

Definition at line 300 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setPassword String  password  ) 
 

Set the password of this JDBC Resource Adaptor

Parameters:
password the name of this JDBC Resource Adaptor

Definition at line 146 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setUrl String  url  ) 
 

Set the url of this JDBC Resource Adaptor

Parameters:
url the name of this JDBC Resource Adaptor

Definition at line 154 of file JdbcRa.java.

void org.objectweb.jonas.ant.jonasbase.JdbcRa.setUser String  user  ) 
 

Set the user of this JDBC Resource Adaptor

Parameters:
user the user of this JDBC Resource Adaptor

Definition at line 138 of file JdbcRa.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:21 2005 for JOnAS by  doxygen 1.3.9.1