- All Implemented Interfaces:
- CoherencyPolicy, Serializable
public class NotifyCoherencyPolicy
extends Object
implements CoherencyPolicy
Indicates that proxy objects in remote stores should be notified every time the master object is updated.
If WAN access errors occur, no indication of stale data is provided. This is effectively per-object "push"
replication to selected stores. Note that bi-directional replication must be configured to use the
NotifyCoherencyPolicy
.
- See Also:
- Serialized Form