|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Configuration that holds all the necessary information for obtaining and configuring a DataSource and Connection.
| Method Summary | |
String |
getConnectionDriverName()
Class name of the Connection Driver. |
String |
getConnectionFactoryName()
The name for the data store connection factory. |
String |
getConnectionPassword()
The password for the data store connection. |
String |
getConnectionProperties()
Get the properties string to apply to the connection factory. |
Properties |
getConnectionPropertiesProps()
Returns the ConnectionFactory properties as a Properties
object. |
int |
getConnectionTestTimeout()
The number of seconds to wait between testing connections retrieved from the connection pool. |
String |
getConnectionURL()
The URL for the data store connection. |
String |
getConnectionUserName()
The user name for the data store connection. |
int |
getMaxPool()
The maximum number of connections in the connection pool. |
int |
getMinPool()
The minimum number of connections in the connection pool. |
int |
getMsWait()
The number of milliseconds to wait for an available connection from the connection pool before throwing a JDODatastoreException. |
int |
getStatementCacheMaxSize()
The size of the statement re-use cache. |
int |
getStatementExecutionTimeout()
The timout for Statement execution (in seconds). |
void |
setConnectionDriverName(String value)
Class name of the Connection Driver. |
void |
setConnectionFactoryName(String value)
The name for the data store connection factory. |
void |
setConnectionPassword(String value)
The password for the data store connection. |
void |
setConnectionProperties(String value)
Get the properties string to apply to the connection factory. |
void |
setConnectionTestTimeout(int value)
The number of seconds to wait between testing connections retrieved from the connection pool. |
void |
setConnectionURL(String value)
The URL for the data store connection. |
void |
setConnectionUserName(String value)
The user name for the data store connection. |
void |
setMaxPool(int value)
The maximum number of connections in the connection pool. |
void |
setMinPool(int value)
The minimum number of connections in the connection pool. |
void |
setMsWait(int value)
The number of milliseconds to wait for an available connection from the connection pool before throwing a JDODatastoreException. |
void |
setStatementCacheMaxSize(int value)
The size of the statement re-use cache. |
void |
setStatementExecutionTimeout(int value)
The timout for Statement execution (in seconds). |
| Method Detail |
public String getConnectionUserName()
public void setConnectionUserName(String value)
public String getConnectionPassword()
public void setConnectionPassword(String value)
public String getConnectionURL()
public void setConnectionURL(String value)
public String getConnectionDriverName()
public void setConnectionDriverName(String value)
public String getConnectionFactoryName()
public void setConnectionFactoryName(String value)
public int getMaxPool()
public void setMaxPool(int value)
public int getMinPool()
public void setMinPool(int value)
public int getMsWait()
public void setMsWait(int value)
public int getStatementExecutionTimeout()
public void setStatementExecutionTimeout(int value)
public Properties getConnectionPropertiesProps()
Properties
object.public String getConnectionProperties()
public void setConnectionProperties(String value)
public int getConnectionTestTimeout()
public void setConnectionTestTimeout(int value)
public int getStatementCacheMaxSize()
public void setStatementCacheMaxSize(int value)
|
SolarMetric Kodo JDO 2.5.8 generated on January 11 2004 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||