public abstract class InternalAbstractResultResponse extends InternalAbstractResponse implements InternalResultResponse
| Modifier | Constructor and Description |
|---|---|
protected |
InternalAbstractResultResponse(int id,
MessageTypeEnum type)
Allows subclasses based on the abstract type to create a response to a
request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks to see if an object is equal to this AbstractResultResponse.
|
InternalLdapResult |
getLdapResult()
Gets the LdapResult components of this Response.
|
String |
toString()
Get a String representation of an Response
|
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, removeclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removeprotected InternalAbstractResultResponse(int id,
MessageTypeEnum type)
id - the response eliciting this Requesttype - the message type of the responsepublic InternalLdapResult getLdapResult()
getLdapResult in interface InternalResultResponsepublic boolean equals(Object obj)
equals in class InternalAbstractMessageobj - the object to compare to this LdapResult containing responseCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.