com.unboundid.directory.sdk.common.types
Interface AssuredReplicationResult


@NotExtensible
@ThreadSafety(level=INTERFACE_THREADSAFE)
public interface AssuredReplicationResult

This interface may be used to obtain information about the result of replication assurance processing for an operation.


Method Summary
 java.util.Collection<com.unboundid.ldap.sdk.unboundidds.controls.AssuredReplicationServerResult> getServerResults()
          Retrieves a collection with results about individual servers involved in replication assurance processing.
 boolean isLocalAssuranceSatisfied()
          Indicates whether the local assurance level was satisfied for the operation.
 boolean isRemoteAssuranceSatisfied()
          Indicates whether the remote assurance level was satisfied for the operation.
 

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<com.unboundid.ldap.sdk.unboundidds.controls.AssuredReplicationServerResult> getServerResults()
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.