|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface MinimalOperationResultAccessLogMessage
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This interface defines a number of methods common to all types of operation result access log messages.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ResultCode getResultCode()
null
if it is not
included in the log message.java.lang.String getDiagnosticMessage()
null
if it is
not included in the log message.java.lang.String getAdditionalInformation()
null
if it is not included in the log
message.java.lang.String getMatchedDN()
null
if it is not
included in the log message.java.util.List<java.lang.String> getReferralURLs()
java.lang.Double getProcessingTimeMillis()
null
if it is not included in the log
message.java.lang.Double getQueueTimeMillis()
null
if it is not included in
the log message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |