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

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

public final class TransmitInterceptor<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
TransmitInterceptor()
           
 
Method Summary
 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, onReceive, setNext, setPrev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransmitInterceptor

public TransmitInterceptor()
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


Copyright © 2010. All Rights Reserved.