|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.IntermediateResponse
com.unboundid.ldap.sdk.unboundidds.extensions.MissingChangelogEntriesIntermediateResponse
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class MissingChangelogEntriesIntermediateResponse
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 class provides an implementation of an intermediate response which indicates that the Directory Server may have already purged information about one or more changes. The missing changelog entries intermediate response value may be present, and if it is then it will have the following encoding:
MissingEntriesIntermediateResponse ::= SEQUENCE { message [0] OCTET STRING OPTIONAL, ... }
Field Summary | |
---|---|
static java.lang.String |
MISSING_CHANGELOG_ENTRIES_INTERMEDIATE_RESPONSE_OID
The OID (1.3.6.1.4.1.30221.2.6.12) for the get stream directory values intermediate response. |
Fields inherited from class com.unboundid.ldap.sdk.IntermediateResponse |
---|
TYPE_INTERMEDIATE_RESPONSE_OID, TYPE_INTERMEDIATE_RESPONSE_VALUE |
Constructor Summary | |
---|---|
MissingChangelogEntriesIntermediateResponse(IntermediateResponse r)
Creates a new missing changelog entries intermediate response from the provided generic intermediate response. |
|
MissingChangelogEntriesIntermediateResponse(java.lang.String message,
Control... controls)
Creates a new missing changelog entries intermediate response with the provided information. |
Method Summary | |
---|---|
java.lang.String |
getIntermediateResponseName()
Retrieves the user-friendly name for the intermediate response, if available. |
java.lang.String |
getMessage()
Retrieves a message which may provide additional information about the missing changes. |
void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this intermediate response to the provided buffer. |
java.lang.String |
valueToString()
Retrieves a human-readable string representation for the contents of the value for this intermediate response, if appropriate. |
Methods inherited from class com.unboundid.ldap.sdk.IntermediateResponse |
---|
getControl, getControls, getMessageID, getOID, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MISSING_CHANGELOG_ENTRIES_INTERMEDIATE_RESPONSE_OID
Constructor Detail |
---|
public MissingChangelogEntriesIntermediateResponse(java.lang.String message, Control... controls)
message
- A message which may provide additional information about
the missing changes. It may be null
if no
message is available.controls
- The set of controls to include in the intermediate
response. It may be null
or empty if no controls
should be included.public MissingChangelogEntriesIntermediateResponse(IntermediateResponse r) throws LDAPException
r
- The generic intermediate response to be decoded.
LDAPException
- If the provided intermediate response cannot be
decoded as a missing changelog entries response.Method Detail |
---|
public java.lang.String getMessage()
null
if none is available.public java.lang.String getIntermediateResponseName()
null
will be returned.
getIntermediateResponseName
in class IntermediateResponse
null
if neither a user-friendly name
nor a response OID are available.public java.lang.String valueToString()
valueToString
in class IntermediateResponse
null
if there is
no value or no string representation is available.public void toString(java.lang.StringBuilder buffer)
toString
in interface LDAPResponse
toString
in class IntermediateResponse
buffer
- The buffer to which the string representation should be
appended.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |