@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class DeleteAssuranceCompletedAccessLogMessage extends DeleteResultAccessLogMessage
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and Alcatel-Lucent 8661
server products. These classes provide support for proprietary
functionality or for external specifications that are not considered stable
or mature enough to be guaranteed to work in an interoperable way with
other types of LDAP servers.
Constructor and Description |
---|
DeleteAssuranceCompletedAccessLogMessage(LogMessage m)
Creates a new delete assurance complete access log message from the
provided message string.
|
DeleteAssuranceCompletedAccessLogMessage(java.lang.String s)
Creates a new delete assurance complete access log message from the
provided message string.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getLocalAssuranceSatisfied()
Indicates whether the local assurance requirement was satisfied.
|
AccessLogMessageType |
getMessageType()
Retrieves the message type for this access log message.
|
java.lang.Boolean |
getRemoteAssuranceSatisfied()
Indicates whether the remote assurance requirement was satisfied.
|
java.lang.String |
getServerAssuranceResults()
Retrieves information about the assurance processing performed by
individual servers in the replication environment.
|
getAdditionalInformation, getAlternateAuthorizationDN, getAssuredReplicationLocalLevel, getAssuredReplicationRemoteLevel, getAssuredReplicationTimeoutMillis, getChangeToSoftDeletedEntry, getDiagnosticMessage, getIndexesWithKeysAccessedNearEntryLimit, getIndexesWithKeysAccessedOverEntryLimit, getIntermediateClientResult, getIntermediateResponsesReturned, getMatchedDN, getMissingPrivileges, getPreAuthorizationUsedPrivileges, getProcessingTimeMillis, getQueueTimeMillis, getReferralURLs, getReplicationChangeID, getResponseControlOIDs, getResponseDelayedByAssurance, getResultCode, getServersAccessed, getSoftDeletedEntryDN, getTargetHost, getTargetPort, getTargetProtocol, getUncachedDataAccessed, getUsedPrivileges
getDN, getOperationType
getIntermediateClientRequest, getOperationPurpose, getRequestControlOIDs, getRequesterDN, getRequesterIPAddress, usingAdminSessionWorkerThread
getMessageID, getOperationID, getOrigin, getTriggeredByConnectionID, getTriggeredByOperationID
getConnectionID, getInstanceName, getProductName, getStartupID, parse
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString
public DeleteAssuranceCompletedAccessLogMessage(java.lang.String s) throws LogException
s
- The string to be parsed as an delete assurance complete access
log message.LogException
- If the provided string cannot be parsed as a valid
log message.public DeleteAssuranceCompletedAccessLogMessage(LogMessage m)
m
- The log message to be parsed as an delete assurance complete
access log message.public java.lang.Boolean getLocalAssuranceSatisfied()
true
if the local assurance requirement was satisfied,
false
if the local assurance requirement was not
satisfied, or null
if it was not included in the log
message.public java.lang.Boolean getRemoteAssuranceSatisfied()
true
if the remote assurance requirement was satisfied,
false
if the remote assurance requirement was not
satisfied, or null
if it was not included in the log
message.public java.lang.String getServerAssuranceResults()
null
if it was not included in the log message.public AccessLogMessageType getMessageType()
getMessageType
in class DeleteResultAccessLogMessage