|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.configuration.PooledConnection
public class PooledConnection
Defines a connection pool that can be referenced in other documents using its identifier.
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"> <sequence> <element name="DatabaseType" type="{http://www.deegree.org/commons}DatabaseType"/> <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="User" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PoolMinSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="PoolMaxSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected DatabaseType |
databaseType
|
protected String |
id
|
protected String |
password
|
protected BigInteger |
poolMaxSize
|
protected BigInteger |
poolMinSize
|
protected String |
url
|
protected String |
user
|
Constructor Summary | |
---|---|
PooledConnection()
|
Method Summary | |
---|---|
DatabaseType |
getDatabaseType()
Gets the value of the databaseType property. |
String |
getId()
Gets the value of the id property. |
String |
getPassword()
Gets the value of the password property. |
BigInteger |
getPoolMaxSize()
Gets the value of the poolMaxSize property. |
BigInteger |
getPoolMinSize()
Gets the value of the poolMinSize property. |
String |
getUrl()
Gets the value of the url property. |
String |
getUser()
Gets the value of the user property. |
void |
setDatabaseType(DatabaseType value)
Sets the value of the databaseType property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setPoolMaxSize(BigInteger value)
Sets the value of the poolMaxSize property. |
void |
setPoolMinSize(BigInteger value)
Sets the value of the poolMinSize 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 DatabaseType databaseType
protected String url
protected String user
protected String password
protected BigInteger poolMinSize
protected BigInteger poolMaxSize
protected String id
Constructor Detail |
---|
public PooledConnection()
Method Detail |
---|
public DatabaseType getDatabaseType()
DatabaseType
public void setDatabaseType(DatabaseType value)
value
- allowed object is
DatabaseType
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public String getPassword()
String
public void setPassword(String value)
value
- allowed object is
String
public BigInteger getPoolMinSize()
BigInteger
public void setPoolMinSize(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getPoolMaxSize()
BigInteger
public void setPoolMaxSize(BigInteger value)
value
- allowed object is
BigInteger
public String getId()
String
public void setId(String value)
value
- allowed object is
String
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |