org.infinispan.nearcache.jms
Class RemoteEventCacheStore

java.lang.Object
  extended by org.infinispan.loaders.AbstractCacheLoader
      extended by org.infinispan.loaders.AbstractCacheStore
          extended by org.infinispan.loaders.remote.RemoteCacheStore
              extended by 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

Nested Class Summary
static class RemoteEventCacheStore.RemoteEventCacheStoreConfig
           
 
Field Summary
 
Fields inherited from class org.infinispan.loaders.AbstractCacheStore
multiThreadedPurge, purgerService
 
Fields inherited from class org.infinispan.loaders.AbstractCacheLoader
cache, marshaller
 
Constructor Summary
RemoteEventCacheStore()
           
 
Method Summary
 void start()
           
 void stop()
           
 
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
 

Constructor Detail

RemoteEventCacheStore

public RemoteEventCacheStore()
Method Detail

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.