|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.config.Configuration.RuntimeCfg
public class Configuration.RuntimeCfg
Runtime configuration as being used by the CacheManager
| Constructor Summary | |
|---|---|
Configuration.RuntimeCfg(CacheManager cacheManager,
String fallbackName)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
allowsDynamicCacheConfig()
|
String |
getCacheManagerName()
|
Configuration |
getConfiguration()
|
TransactionManagerLookup |
getTransactionManagerLookup()
|
boolean |
hasOffHeapPool()
Checks whether the CacheManager uses a OffHeapPool |
boolean |
isNamed()
|
boolean |
isTerracottaRejoin()
|
void |
propertyChange(PropertyChangeEvent evt)
Handles changes to the Configuration this RuntimeCfg backs |
void |
removeCache(CacheConfiguration cacheConfiguration)
Removes a cache from the known list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configuration.RuntimeCfg(CacheManager cacheManager,
String fallbackName)
cacheManager - the cacheManager instance using this configfallbackName - the fallbackName in case the configuration doesn't declare an explicit name| Method Detail |
|---|
public String getCacheManagerName()
public boolean allowsDynamicCacheConfig()
public boolean isNamed()
public Configuration getConfiguration()
public boolean isTerracottaRejoin()
public TransactionManagerLookup getTransactionManagerLookup()
public void removeCache(CacheConfiguration cacheConfiguration)
cacheConfiguration - the cacheConfiguration to be removedpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerevt - the PropertyChangeEventpublic boolean hasOffHeapPool()
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||