|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void processEvent(ISyncReplicaInterceptor.ReplicaEvent event, ISyncOperationContext context, java.util.List<IEntity> changes)
1) Before starting the sync from enterprise to replica.
2) After synchronizing the enterprise to replica.
event
- context
- changes
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |