org.shoal.ha.cache.impl.interceptor
Class CommandHandlerInterceptor<K,V>

java.lang.Object
  extended by org.shoal.ha.cache.impl.interceptor.AbstractCommandInterceptor<K,V>
      extended by org.shoal.ha.cache.impl.interceptor.CommandHandlerInterceptor<K,V>

public final class CommandHandlerInterceptor<K,V>
extends AbstractCommandInterceptor<K,V>

Author:
Mahesh Kannan

Field Summary
 
Fields inherited from class org.shoal.ha.cache.impl.interceptor.AbstractCommandInterceptor
dsc
 
Constructor Summary
CommandHandlerInterceptor()
           
 
Method Summary
 void onReceive(Command<K,V> cmd, java.lang.String initiator)
           
 void onTransmit(Command<K,V> cmd, java.lang.String initiator)
           
 
Methods inherited from class org.shoal.ha.cache.impl.interceptor.AbstractCommandInterceptor
getCommandManager, getDataStoreContext, getNext, getPrev, initialize, setNext, setPrev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHandlerInterceptor

public CommandHandlerInterceptor()
Method Detail

onTransmit

public void onTransmit(Command<K,V> cmd,
                       java.lang.String initiator)
                throws DataStoreException
Overrides:
onTransmit in class AbstractCommandInterceptor<K,V>
Throws:
DataStoreException

onReceive

public void onReceive(Command<K,V> cmd,
                      java.lang.String initiator)
               throws DataStoreException
Overrides:
onReceive in class AbstractCommandInterceptor<K,V>
Throws:
DataStoreException


Copyright © 2010. All Rights Reserved.