org.infinispan.nearcache.jms
Class RemoteEventCacheStore
java.lang.Object
org.infinispan.loaders.AbstractCacheLoader
org.infinispan.loaders.AbstractCacheStore
org.infinispan.loaders.remote.RemoteCacheStore
org.infinispan.nearcache.jms.RemoteEventCacheStore
- All Implemented Interfaces:
- CacheLoader, CacheStore
public class RemoteEventCacheStore
- extends RemoteCacheStore
A remote cache store that registers itself to listen for remote cache events
- Since:
- 5.1
- Author:
- Galder ZamarreƱo
Methods inherited from class org.infinispan.loaders.remote.RemoteCacheStore |
clear, containsKey, fromStream, getConfigurationClass, init, load, load, loadAll, loadAllKeys, purgeInternal, remove, store, toStream |
Methods inherited from class org.infinispan.loaders.AbstractCacheStore |
applyModifications, commit, getCacheStoreConfig, getConcurrencyLevel, getMarshaller, prepare, purgeExpired, removeAll, rollback, safeClose, safeClose, supportsMultiThreadedPurge |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteEventCacheStore
public RemoteEventCacheStore()
start
public void start()
throws CacheLoaderException
- Specified by:
start
in interface CacheLoader
- Overrides:
start
in class RemoteCacheStore
- Throws:
CacheLoaderException
stop
public void stop()
throws CacheLoaderException
- Specified by:
stop
in interface CacheLoader
- Overrides:
stop
in class RemoteCacheStore
- Throws:
CacheLoaderException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.