org.jboss.cache.marshall
Interface ReplicationObserver


public interface ReplicationObserver

This is a hook for observing remotely replicated commands on this instance. Mainly used for unit testing.

Author:
Mircea.Markus@jboss.com

Method Summary
 void afterExecutingCommand(ReplicableCommand command)
           
 

Method Detail

afterExecutingCommand

void afterExecutingCommand(ReplicableCommand command)


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