|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v1.generated.Configuration.Jdbc.JdbcRa
public static class Configuration.Jdbc.JdbcRa
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="ra_name" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="ds_class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="jndiname" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="mappername" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="rarlink" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="jdbc_check_level" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="jdbc_test_statment" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="drivers" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="pool_parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pool_init" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pool_min" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pool_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pool_max_age_minutes" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pstmt_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pool_max_opentime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pool_max_waiters" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pool_max_waittime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="pool_sampling_period" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Configuration.Jdbc.JdbcRa.PoolParameters
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
drivers
|
protected String |
dsClass
|
protected String |
jdbcCheckLevel
|
protected String |
jdbcTestStatment
|
protected String |
jndiname
|
protected String |
mappername
|
protected String |
password
|
protected Configuration.Jdbc.JdbcRa.PoolParameters |
poolParameters
|
protected String |
raName
|
protected String |
rarlink
|
protected String |
url
|
protected String |
user
|
| Constructor Summary | |
|---|---|
Configuration.Jdbc.JdbcRa()
|
|
| Method Summary | |
|---|---|
String |
getDrivers()
Gets the value of the drivers property. |
String |
getDsClass()
Gets the value of the dsClass property. |
String |
getJdbcCheckLevel()
Gets the value of the jdbcCheckLevel property. |
String |
getJdbcTestStatment()
Gets the value of the jdbcTestStatment property. |
String |
getJndiname()
Gets the value of the jndiname property. |
String |
getMappername()
Gets the value of the mappername property. |
String |
getPassword()
Gets the value of the password property. |
Configuration.Jdbc.JdbcRa.PoolParameters |
getPoolParameters()
Gets the value of the poolParameters property. |
String |
getRaName()
Gets the value of the raName property. |
String |
getRarlink()
Gets the value of the rarlink property. |
String |
getUrl()
Gets the value of the url property. |
String |
getUser()
Gets the value of the user property. |
void |
setDrivers(String value)
Sets the value of the drivers property. |
void |
setDsClass(String value)
Sets the value of the dsClass property. |
void |
setJdbcCheckLevel(String value)
Sets the value of the jdbcCheckLevel property. |
void |
setJdbcTestStatment(String value)
Sets the value of the jdbcTestStatment property. |
void |
setJndiname(String value)
Sets the value of the jndiname property. |
void |
setMappername(String value)
Sets the value of the mappername property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setPoolParameters(Configuration.Jdbc.JdbcRa.PoolParameters value)
Sets the value of the poolParameters property. |
void |
setRaName(String value)
Sets the value of the raName property. |
void |
setRarlink(String value)
Sets the value of the rarlink property. |
void |
setUrl(String value)
Sets the value of the url property. |
void |
setUser(String value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String raName
protected String user
protected String password
protected String url
protected String dsClass
protected String jndiname
protected String mappername
protected String rarlink
protected String jdbcCheckLevel
protected String jdbcTestStatment
protected String drivers
protected Configuration.Jdbc.JdbcRa.PoolParameters poolParameters
| Constructor Detail |
|---|
public Configuration.Jdbc.JdbcRa()
| Method Detail |
|---|
public String getRaName()
Stringpublic void setRaName(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getDsClass()
Stringpublic void setDsClass(String value)
value - allowed object is
Stringpublic String getJndiname()
Stringpublic void setJndiname(String value)
value - allowed object is
Stringpublic String getMappername()
Stringpublic void setMappername(String value)
value - allowed object is
Stringpublic String getRarlink()
Stringpublic void setRarlink(String value)
value - allowed object is
Stringpublic String getJdbcCheckLevel()
Stringpublic void setJdbcCheckLevel(String value)
value - allowed object is
Stringpublic String getJdbcTestStatment()
Stringpublic void setJdbcTestStatment(String value)
value - allowed object is
Stringpublic String getDrivers()
Stringpublic void setDrivers(String value)
value - allowed object is
Stringpublic Configuration.Jdbc.JdbcRa.PoolParameters getPoolParameters()
Configuration.Jdbc.JdbcRa.PoolParameterspublic void setPoolParameters(Configuration.Jdbc.JdbcRa.PoolParameters value)
value - allowed object is
Configuration.Jdbc.JdbcRa.PoolParameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||