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.CacheStoreInterceptor
txMgr
 
Fields inherited from class org.jboss.cache.interceptors.base.CommandInterceptor
configuration, log, trace
 
Constructor Summary
LegacyCacheStoreInterceptor()
          Deprecated.  
 
Method Summary
protected  Object handleCommitCommand(InvocationContext ctx, CommitCommand command)
          Deprecated.  
protected  Object handleOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command)
          Deprecated.  
protected  Object handleRollbackCommand(InvocationContext ctx, RollbackCommand command)
          Deprecated.  
protected  void storeStateForPutDataMap(Fqn f, InvocationContext ctx)
          Deprecated.  
 
Methods inherited from class org.jboss.cache.interceptors.CacheStoreInterceptor
dumpStatistics, getCacheLoaderStores, getStatisticsEnabled, handleMoveCommand, handlePrepareCommand, handlePutDataMapCommand, handlePutForExternalReadCommand, handlePutKeyValueCommand, handleRemoveDataCommand, handleRemoveKeyCommand, handleRemoveNodeCommand, init, inTransaction, prepareCacheLoader, 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

handleOptimisticPrepareCommand

protected Object handleOptimisticPrepareCommand(InvocationContext ctx,
                                                OptimisticPrepareCommand command)
                                         throws Throwable
Deprecated. 
Overrides:
handleOptimisticPrepareCommand in class CacheStoreInterceptor
Throws:
Throwable

handleRollbackCommand

protected Object handleRollbackCommand(InvocationContext ctx,
                                       RollbackCommand command)
                                throws Throwable
Deprecated. 
Overrides:
handleRollbackCommand in class CacheStoreInterceptor
Throws:
Throwable

handleCommitCommand

protected Object handleCommitCommand(InvocationContext ctx,
                                     CommitCommand command)
                              throws Throwable
Deprecated. 
Overrides:
handleCommitCommand in class CacheStoreInterceptor
Throws:
Throwable


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