public abstract class AbstractJdbcCacheStoreConfig extends LockSupportCacheStoreConfig
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionFactoryConfig |
connectionFactoryConfig |
DEFAULT_CONCURRENCY_LEVEL, DEFAULT_LOCK_ACQUISITION_TIMEOUTasync, fetchPersistentState, ignoreModifications, purgeOnStartup, purgerThreads, purgeSynchronously, singletonStorecacheLoaderClassName, propertiescroverriddenConfigurationElements| Constructor and Description |
|---|
AbstractJdbcCacheStoreConfig() |
| Modifier and Type | Method and Description |
|---|---|
AbstractJdbcCacheStoreConfig |
clone() |
ConnectionFactoryConfig |
getConnectionFactoryConfig() |
void |
setConnectionFactoryClass(String connectionFactoryClass) |
void |
setConnectionUrl(String connectionUrl)
Jdbc connection string for connecting to the database.
|
void |
setDatasourceJndiLocation(String location) |
void |
setDriverClass(String driverClassName)
The name of the driver used for connecting to the database.
|
void |
setPassword(String password)
Database username's password.
|
void |
setUserName(String userName)
Database username.
|
String |
toString() |
getLockAcquistionTimeout, getLockConcurrencyLevel, setLockAcquistionTimeout, setLockConcurrencyLevelaccept, asyncStore, equals, equalsExcludingProperties, fetchPersistentState, getAsyncStoreConfig, getPurgerThreads, getSingletonStoreConfig, getTypedProperties, hashCode, hashCodeExcludingProperties, ignoreModifications, isFetchPersistentState, isIgnoreModifications, isPurgeOnStartup, isPurgeSynchronously, purgeOnStartup, purgerThreads, purgeSynchronously, setAsyncStoreConfig, setFetchPersistentState, setIgnoreModifications, setPurgeOnStartup, setPurgerThreads, setPurgeSynchronously, setSingletonStoreConfig, setTypedProperties, singletonStoregetCacheLoaderClassName, getClassLoader, getProperties, setCacheLoaderClassName, setProperties, setPropertieshasComponentStarted, injecttestImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshallfinalize, getClass, notify, notifyAll, wait, wait, waitgetCacheLoaderClassName, getClassLoader, setCacheLoaderClassNameprotected ConnectionFactoryConfig connectionFactoryConfig
public void setConnectionFactoryClass(String connectionFactoryClass)
public ConnectionFactoryConfig getConnectionFactoryConfig()
public void setConnectionUrl(String connectionUrl)
public void setUserName(String userName)
public void setDatasourceJndiLocation(String location)
public void setPassword(String password)
public void setDriverClass(String driverClassName)
public AbstractJdbcCacheStoreConfig clone()
clone in interface CloneableConfigurationComponentclone in interface CacheLoaderConfigclone in class AbstractCacheStoreConfigpublic String toString()
toString in class LockSupportCacheStoreConfigCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.