|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.unboundid.ldap.protocol.GenericResponseProtocolOp
com.unboundid.ldap.protocol.SearchResultDoneProtocolOp
@InternalUseOnly @NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class SearchResultDoneProtocolOp
This class provides an implementation of a search result done protocol op.
| Field Summary |
|---|
| Fields inherited from class com.unboundid.ldap.protocol.GenericResponseProtocolOp |
|---|
TYPE_REFERRALS |
| Constructor Summary | |
|---|---|
SearchResultDoneProtocolOp(int resultCode,
java.lang.String matchedDN,
java.lang.String diagnosticMessage,
java.util.List<java.lang.String> referralURLs)
Creates a new instance of this search result done protocol op with the provided information. |
|
| Method Summary |
|---|
| Methods inherited from class com.unboundid.ldap.protocol.GenericResponseProtocolOp |
|---|
getDiagnosticMessage, getMatchedDN, getProtocolOpType, getReferralURLs, getResultCode, toString, toString, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResultDoneProtocolOp(int resultCode,
java.lang.String matchedDN,
java.lang.String diagnosticMessage,
java.util.List<java.lang.String> referralURLs)
resultCode - The result code for this search result done.matchedDN - The matched DN for this search result done, if
any.diagnosticMessage - The diagnostic message for this search result
done, if any.referralURLs - The list of referral URLs for this search result
done, if any.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||