Class ReplicationStatusChangedEvent

java.lang.Object
org.openspaces.admin.space.events.ReplicationStatusChangedEvent

public class ReplicationStatusChangedEvent extends Object
An event indicating that the replication status was changed from a SpaceInstance to its ReplicationTarget.
Author:
kimchy
See Also:
  • Constructor Details

  • Method Details

    • getSpaceInstance

      public SpaceInstance getSpaceInstance()
      The Space Instance that replicates to a replication target.
    • getReplicationTarget

      public ReplicationTarget getReplicationTarget()
      The replication target the Space Instance is replicating to.
    • getPreviousStatus

      public ReplicationStatus getPreviousStatus()
      The previous replication status.
    • getNewStatus

      public ReplicationStatus getNewStatus()
      The new replication status.