public interface OraclePersistenceConnectionConfigurationMBean
Modifier and Type | Interface and Description |
---|---|
static class |
OraclePersistenceConnectionConfigurationMBean.PoolType |
Modifier and Type | Method and Description |
---|---|
int |
getConnectionWaitTimeout()
Get the elapsed time after which any get connection attempt from the pool would throw exception.
|
int |
getDatabaseConnectionTimeout()
Connection timeout to the database.
|
int |
getInactiveConnectionTimeout()
Get the elapsed time at which any inactive connection should be considered for removal from the pool.
|
java.lang.String |
getJdbcUrl()
Returns the jdbc url string that customer updater uses to connect to BRM.
|
int |
getMaxStmtCacheSize()
Get the maximum statement handle cache size.
|
java.lang.String |
getName()
Returns the unique connection name of the external component.
|
java.lang.String |
getPassword()
Returns the password(***) to display on jconsole.
|
int |
getPersistenceInitialPoolSize()
Initial connection pool size for Persistence Pool
|
int |
getPersistenceMaxPoolSize()
Max connection pool size for Persistence Pool
|
int |
getPersistenceMinPoolSize()
Min connection pool size for Persistence Pool
|
int |
getRatedEventFormatterInitialPoolSize()
Initial connection pool size for RatedEventFormatter Pool
|
int |
getRatedEventFormatterMaxPoolSize()
Max connection pool size for RatedEventFormatter Pool
|
int |
getRatedEventFormatterMinPoolSize()
Min connection pool size for RatedEventFormatter Pool
|
int |
getRatedEventTablePartitionByMinute()
Get rated event table partition by minute
|
int |
getReloadInitialPoolSize()
Initial connection pool size for Reload Pool
|
int |
getReloadMaxPoolSize()
Max connection pool size for Reload Pool
|
int |
getReloadMinPoolSize()
Min connection pool size for Reload Pool
|
int |
getRetryCount()
Returns the Database connection retry count
|
int |
getRetryInterval()
Returns the Database connection retry interval
|
java.lang.String |
getSchemaNumber()
Returns the schema number used for connecting to the external component.
|
int |
getTimeoutConnectionCheckInterval()
Get the time interval which any all the bookeeping operations are done.
|
java.lang.String |
getUserName()
Returns the user name used for connecting to the external component.
|
java.lang.String |
getWalletLocation()
Returns the wallet location where password is stored.
|
java.util.Map<java.lang.String,java.lang.String> |
queryRatedEventCheckPoint()
Method to query the rated event check point information in database
|
void |
setConnectionWaitTimeout(int connectionWaitTimeout)
Set the elapsed time after which any get connection attempt from the pool would throw exception.
|
void |
setDatabaseConnectionTimeout(int databaseConnectionTimeout)
Connection timeout to the database.
|
void |
setInactiveConnectionTimeout(int inactiveConnectionTimeout)
Get the elapsed time at which any inactive connection should be considered for removal from the pool.
|
void |
setJdbcUrl(java.lang.String jdbcUrl)
Sets the jdbc url string that customer updater uses to connect to BRM.
|
void |
setMaxStmtCacheSize(int maxStmtCacheSize)
Set the maximum statement handle cache size.
|
void |
setName(java.lang.String name)
Sets the unique connection name of the external component.
|
void |
setPassword(java.lang.String password,
java.lang.String walletPassword)
Sets the password used for connecting to the external component.
|
void |
setPersistenceInitialPoolSize(int persistenceInitialPoolSize)
Initial connection pool size for Persistence Pool
|
void |
setPersistenceMaxPoolSize(int persistenceMaxPoolSize)
Max connection pool size for Persistence Pool
|
void |
setPersistenceMinPoolSize(int persistenceMinPoolSize)
Min connection pool size for Persistence Pool
|
void |
setRatedEventFormatterInitialPoolSize(int ratedEventFormatterInitialPoolSize)
Initial connection pool size for RatedEventFormatter Pool
|
void |
setRatedEventFormatterMaxPoolSize(int ratedEventFormatterMaxPoolSize)
Max connection pool size for RatedEventFormatter Pool
|
void |
setRatedEventFormatterMinPoolSize(int ratedEventFormatterMinPoolSize)
Min connection pool size for RatedEventFormatter Pool
|
void |
setRatedEventTablePartitionByMinute(int ratedEventTablePartitionByMinute)
Set rated event table partition by minute
|
void |
setReloadInitialPoolSize(int reloadInitialPoolSize)
Initial connection pool size for Reload Pool
|
void |
setReloadMaxPoolSize(int reloadMaxPoolSize)
Max connection pool size for Reload Pool
|
void |
setReloadMinPoolSize(int reloadMinPoolSize)
Min connection pool size for Reload Pool
|
void |
setRetryCount(int retryCount)
Sets the Database connection retry count
|
void |
setRetryInterval(int retryInterval)
Sets the Database connection retry interval in seconds
|
void |
setSchemaNumber(java.lang.String schemaNumber)
Sets the schema number used for connecting to the external component.
|
void |
setTimeoutConnectionCheckInterval(int timeoutConnectionCheckInterval)
Set the time interval which any all the bookeeping operations are done.
|
void |
setUserName(java.lang.String userName)
Sets the user name used for connecting to the external component.
|
void |
setWalletLocation(java.lang.String walletLocation)
Sets the Wallet Location
|
java.lang.String |
testConnection()
Method to test a connection after configuration
|
java.lang.String getName()
void setName(java.lang.String name)
name
- to be setjava.lang.String getSchemaNumber()
void setSchemaNumber(java.lang.String schemaNumber)
schemaNumber
- to be setjava.lang.String getUserName()
void setUserName(java.lang.String userName)
userName
- to be setjava.lang.String getPassword()
void setPassword(java.lang.String password, java.lang.String walletPassword)
password
- to be setwalletPassword
- walletPassword which need to open the walletjava.lang.String testConnection()
java.lang.String getJdbcUrl()
void setJdbcUrl(java.lang.String jdbcUrl)
jdbcUrl
- schema numberint getRetryCount()
void setRetryCount(int retryCount)
retryCount
- Retry Countint getRetryInterval()
void setRetryInterval(int retryInterval)
retryInterval
- Retry Interval in secondsint getMaxStmtCacheSize()
void setMaxStmtCacheSize(int maxStmtCacheSize)
maxStmtCacheSize
- statement handle cache size.int getInactiveConnectionTimeout()
void setInactiveConnectionTimeout(int inactiveConnectionTimeout)
inactiveConnectionTimeout
- elapsed time at which any inactive connection should be considered for removal from the pool.int getConnectionWaitTimeout()
void setConnectionWaitTimeout(int connectionWaitTimeout)
connectionWaitTimeout
- elapsed time after which any get connection attempt from the pool would throw exception.int getTimeoutConnectionCheckInterval()
void setTimeoutConnectionCheckInterval(int timeoutConnectionCheckInterval)
timeoutConnectionCheckInterval
- the time interval which any all the bookeeping operations are done.int getDatabaseConnectionTimeout()
void setDatabaseConnectionTimeout(int databaseConnectionTimeout)
databaseConnectionTimeout
- connection timeout to the database.int getPersistenceInitialPoolSize()
void setPersistenceInitialPoolSize(int persistenceInitialPoolSize)
persistenceInitialPoolSize
- Initial connection pool size for Persistence Pool.int getPersistenceMinPoolSize()
void setPersistenceMinPoolSize(int persistenceMinPoolSize)
persistenceMinPoolSize
- Min connection pool size for Persistence Pool.int getPersistenceMaxPoolSize()
void setPersistenceMaxPoolSize(int persistenceMaxPoolSize)
persistenceMaxPoolSize
- Max connection pool size for Persistence Pool.int getReloadInitialPoolSize()
void setReloadInitialPoolSize(int reloadInitialPoolSize)
reloadInitialPoolSize
- Initial connection pool size for Persistence Pool.int getReloadMinPoolSize()
void setReloadMinPoolSize(int reloadMinPoolSize)
reloadMinPoolSize
- Min connection pool size for Reload Pool.int getReloadMaxPoolSize()
void setReloadMaxPoolSize(int reloadMaxPoolSize)
reloadMaxPoolSize
- Max connection pool size for Persistence Pool.int getRatedEventFormatterInitialPoolSize()
void setRatedEventFormatterInitialPoolSize(int ratedEventFormatterInitialPoolSize)
ratedEventFormatterInitialPoolSize
- Initial connection pool size for RatedEventFormatter Pool.int getRatedEventFormatterMinPoolSize()
void setRatedEventFormatterMinPoolSize(int ratedEventFormatterMinPoolSize)
ratedEventFormatterMinPoolSize
- Min connection pool size for RatedEventFormatter Pool.int getRatedEventFormatterMaxPoolSize()
void setRatedEventFormatterMaxPoolSize(int ratedEventFormatterMaxPoolSize)
ratedEventFormatterMaxPoolSize
- Max connection pool size for rated event formatter.java.lang.String getWalletLocation()
void setWalletLocation(java.lang.String walletLocation)
walletLocation
- ECE Wallet locationint getRatedEventTablePartitionByMinute()
void setRatedEventTablePartitionByMinute(int ratedEventTablePartitionByMinute)
ratedEventTablePartitionByMinute
- rated event table partition by minutejava.util.Map<java.lang.String,java.lang.String> queryRatedEventCheckPoint()