public class CacheLoaderManagerImpl extends Object implements CacheLoaderManager
| Constructor and Description |
|---|
CacheLoaderManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
CacheLoader |
getCacheLoader() |
CacheStore |
getCacheStore() |
void |
inject(AdvancedCache<Object,Object> cache,
StreamingMarshaller marshaller,
Configuration configuration,
InvocationContextContainer icc) |
boolean |
isEnabled() |
boolean |
isFetchPersistentState() |
boolean |
isShared() |
boolean |
isUsingPassivation() |
void |
preload()
Performs a preload on the cache based on the cache loader preload configs used when configuring the cache.
|
void |
purge() |
void |
start() |
void |
stop() |
public void inject(AdvancedCache<Object,Object> cache, StreamingMarshaller marshaller, Configuration configuration, InvocationContextContainer icc)
public CacheLoader getCacheLoader()
getCacheLoader in interface CacheLoaderManagerpublic final CacheStore getCacheStore()
getCacheStore in interface CacheLoaderManagerpublic void purge()
purge in interface CacheLoaderManagerpublic boolean isUsingPassivation()
isUsingPassivation in interface CacheLoaderManagerpublic boolean isShared()
isShared in interface CacheLoaderManagerpublic boolean isFetchPersistentState()
isFetchPersistentState in interface CacheLoaderManagerpublic boolean isEnabled()
isEnabled in interface CacheLoaderManagerpublic void preload()
preload in interface CacheLoaderManagerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.