|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractResponse
org.apache.directory.shared.ldap.message.AbstractResultResponse
Abstract base for a Lockable ResultResponse message.
Constructor Summary | |
protected |
AbstractResultResponse(int id,
MessageTypeEnum type)
Allows subclasses based on the abstract type to create a response to a request. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Checks to see if an object is equal to this AbstractResultResponse. |
LdapResult |
getLdapResult()
Gets the LdapResult components of this Response. |
java.lang.String |
toString()
Get a String representation of an Response |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage |
add, get, getControls, getMessageId, getType, put, remove |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
add, get, getControls, getMessageId, getType, put, remove |
Constructor Detail |
protected AbstractResultResponse(int id, MessageTypeEnum type)
id
- the response eliciting this Requesttype
- the message type of the responseMethod Detail |
public LdapResult getLdapResult()
getLdapResult
in interface ResultResponse
public boolean equals(java.lang.Object obj)
equals
in class AbstractMessage
obj
- the object to compare to this LdapResult containing response
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |