org.shoal.ha.cache.impl.command
Class ReplicationCommandTransmitterManager<K,V>

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

public class ReplicationCommandTransmitterManager<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
ReplicationCommandTransmitterManager()
           
 
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

ReplicationCommandTransmitterManager

public ReplicationCommandTransmitterManager()
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.