com.hcl.voltmx.sync.services.interceptor
Interface ISyncReplicaInterceptor


public interface ISyncReplicaInterceptor

The interceptor interface for Replica service. Implement this interface for a custom business logic.


Nested Class Summary
static class ISyncReplicaInterceptor.ReplicaEvent
          Enumeration type for event of the replica service
 
Method Summary
 void processEvent(ISyncReplicaInterceptor.ReplicaEvent event, ISyncOperationContext context, java.util.List<IEntity> changes)
          This method will be invoked by the replica service at two places.
 

Method Detail

processEvent

void processEvent(ISyncReplicaInterceptor.ReplicaEvent event,
                  ISyncOperationContext context,
                  java.util.List<IEntity> changes)
This method will be invoked by the replica service at two places.

1) Before starting the sync from enterprise to replica.

2) After synchronizing the enterprise to replica.

Parameters:
event -
context -
changes -