org.jboss.cache
Interface Replicatable

All Known Implementing Classes:
ReplicationInterceptor (src)

public interface Replicatable

Defines an entity able to receive replications


Method Summary
 java.lang.Object replicate(MethodCall method_call)
          Receives and applies a method call as result of replication
 

Method Detail

replicate

public java.lang.Object replicate(MethodCall method_call)
                           throws java.lang.Throwable
Receives and applies a method call as result of replication

Parameters:
method_call -
Returns:
Throws:
java.lang.Throwable