org.jboss.cache.interceptors
Class LegacyCacheStoreInterceptor

java.lang.Object
  extended by org.jboss.cache.commands.AbstractVisitor
      extended by org.jboss.cache.interceptors.base.CommandInterceptor
          extended by org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
              extended by org.jboss.cache.interceptors.CacheStoreInterceptor
                  extended by org.jboss.cache.interceptors.LegacyCacheStoreInterceptor
All Implemented Interfaces:
Visitor

Deprecated.

@Deprecated
public class LegacyCacheStoreInterceptor
extends CacheStoreInterceptor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.cache.interceptors.CacheStoreInterceptor
CacheStoreInterceptor.StoreModificationsBuilder
 
Field Summary
 
Fields inherited from class org.jboss.cache.interceptors.base.CommandInterceptor
configuration, log, trace
 
Constructor Summary
LegacyCacheStoreInterceptor()
          Deprecated.  
 
Method Summary
protected  void storeStateForPutDataMap(Fqn f, InvocationContext ctx)
          Deprecated.  
 
Methods inherited from class org.jboss.cache.interceptors.CacheStoreInterceptor
dumpStatistics, getCacheLoaderStores, getStatisticsEnabled, handleCommitCommand, handleMoveCommand, handleOptimisticPrepareCommand, handlePrepareCommand, handlePutDataMapCommand, handlePutForExternalReadCommand, handlePutKeyValueCommand, handleRemoveDataCommand, handleRemoveKeyCommand, handleRemoveNodeCommand, handleRollbackCommand, init, resetStatistics, setStatisticsEnabled, skipInterception, start
 
Methods inherited from class org.jboss.cache.interceptors.base.SkipCheckChainedInterceptor
handleAll, handleDefault, handleEvictFqnCommand, handleExistsNodeCommand, handleGetChildrenNamesCommand, handleGetDataMapCommand, handleGetKeysCommand, handleGetKeyValueCommand, handleGetNodeCommand, handleGravitateDataCommand, handleInvalidateCommand, visitClearDataCommand, visitCommitCommand, visitEvictFqnCommand, visitExistsNodeCommand, visitGetChildrenNamesCommand, visitGetDataMapCommand, visitGetKeysCommand, visitGetKeyValueCommand, visitGetNodeCommand, visitGravitateDataCommand, visitInvalidateCommand, visitMoveCommand, visitOptimisticPrepareCommand, visitPrepareCommand, visitPutDataMapCommand, visitPutForExternalReadCommand, visitPutKeyValueCommand, visitRemoveKeyCommand, visitRemoveNodeCommand, visitRollbackCommand
 
Methods inherited from class org.jboss.cache.interceptors.base.CommandInterceptor
getNext, hasNext, invokeNextInterceptor, setNext
 
Methods inherited from class org.jboss.cache.commands.AbstractVisitor
visitCollection, visitCreateNodeCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyCacheStoreInterceptor

public LegacyCacheStoreInterceptor()
Deprecated. 
Method Detail

storeStateForPutDataMap

protected void storeStateForPutDataMap(Fqn f,
                                       InvocationContext ctx)
                                throws Exception
Deprecated. 
Overrides:
storeStateForPutDataMap in class CacheStoreInterceptor
Throws:
Exception


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.