|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface OperationResultAccessLogMessage
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 |
getIntermediateClientResult()
Retrieves the content of the intermediate client result for the operation. |
java.lang.Long |
getIntermediateResponsesReturned()
Retrieves the number of intermediate response messages returned in the course of processing the operation. |
java.util.List<java.lang.String> |
getResponseControlOIDs()
Retrieves the OIDs of any response controls contained in the log message. |
java.util.List<java.lang.String> |
getServersAccessed()
Retrieves a list of the additional servers that were accessed in the course of processing the operation. |
Methods inherited from interface com.unboundid.ldap.sdk.unboundidds.logs.MinimalOperationResultAccessLogMessage |
---|
getAdditionalInformation, getDiagnosticMessage, getMatchedDN, getProcessingTimeMillis, getQueueTimeMillis, getReferralURLs, getResultCode |
Method Detail |
---|
java.lang.Long getIntermediateResponsesReturned()
null
if it is not included in the log message.java.util.List<java.lang.String> getResponseControlOIDs()
java.util.List<java.lang.String> getServersAccessed()
java.lang.String getIntermediateClientResult()
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 |