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, remove
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
protected InternalAbstractResultResponse(int id, MessageTypeEnum type)
id
- the response eliciting this Requesttype
- the message type of the responsepublic InternalLdapResult getLdapResult()
getLdapResult
in interface InternalResultResponse
public boolean equals(Object obj)
equals
in class InternalAbstractMessage
obj
- the object to compare to this LdapResult containing responseCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.