@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface MinimalOperationResultAccessLogMessage
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
Nokia/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.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdditionalInformation()
Retrieves a message with additional information about the result of the
operation.
|
java.lang.String |
getDiagnosticMessage()
Retrieves the diagnostic message for the operation.
|
java.lang.String |
getMatchedDN()
Retrieves the matched DN for the operation.
|
java.lang.Double |
getProcessingTimeMillis()
Retrieves the length of time in milliseconds required to process the
operation.
|
java.lang.Double |
getQueueTimeMillis()
Retrieves the length of time in milliseconds the operation was required to
wait on the work queue.
|
java.util.List<java.lang.String> |
getReferralURLs()
Retrieves the list of referral URLs for the operation.
|
ResultCode |
getResultCode()
Retrieves the result code for the operation.
|
@Nullable ResultCode getResultCode()
null
if it is not
included in the log message.@Nullable java.lang.String getDiagnosticMessage()
null
if it is
not included in the log message.@Nullable java.lang.String getAdditionalInformation()
null
if it is not included in the log
message.@Nullable java.lang.String getMatchedDN()
null
if it is not
included in the log message.@NotNull java.util.List<java.lang.String> getReferralURLs()
@Nullable java.lang.Double getProcessingTimeMillis()
null
if it is not included in the log
message.@Nullable java.lang.Double getQueueTimeMillis()
null
if it is not included in
the log message.