Interface AssuredReplicationResult

    • Method Detail

      • isLocalAssuranceSatisfied

        boolean isLocalAssuranceSatisfied()
        Indicates whether the local assurance level was satisfied for the operation.
        Returns:
        true if the local assurance level was satisfied, or false if not.
      • isRemoteAssuranceSatisfied

        boolean isRemoteAssuranceSatisfied()
        Indicates whether the remote assurance level was satisfied for the operation.
        Returns:
        true if the remote assurance level was satisfied, or false if not.
      • getServerResults

        java.util.Collection<AssuredReplicationServerResultgetServerResults()
        Retrieves a collection with results about individual servers involved in replication assurance processing.
        Returns:
        A collection with results about individual servers involved in replication assurance processing.