Class Overview
Class name is hardcoded in ehcache so we need this one!!
Summary
[Expand]
Inherited Constants |
From interface
net.sf.ehcache.FeaturesManager
String |
ENTERPRISE_FM_CLASSNAME |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
net.sf.ehcache.FeaturesManager
abstract
SoftLockManager
|
createSoftLockManager(Ehcache arg0, SoftLockFactory arg1)
|
abstract
Store
|
createStore(Cache arg0, Pool<PoolableStore> arg1, Pool<PoolableStore> arg2)
|
abstract
TransactionIDFactory
|
createTransactionIDFactory()
|
abstract
UpdateChecker
|
createUpdateChecker()
|
abstract
WriteBehind
|
createWriteBehind(Cache arg0)
|
abstract
void
|
dispose()
|
abstract
void
|
startup()
|
|
Public Constructors
public
EnterpriseFeaturesManager
(CacheManager cacheManager)
Public Methods
public
SoftLockManager
createSoftLockManager
(Ehcache cache, SoftLockFactory lockFactory)
public
Store
createStore
(Cache cache, Pool<PoolableStore> onHeapPool, Pool<PoolableStore> onDiskPool)
public
TransactionIDFactory
createTransactionIDFactory
()
public
UpdateChecker
createUpdateChecker
()
public
WriteBehind
createWriteBehind
(Cache cache)