|
||||||||||
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
public abstract class 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(Object obj)
Checks to see if an object is equal to this AbstractResultResponse. |
LdapResult |
getLdapResult()
Gets the LdapResult components of this Response. |
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, initControls, 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(Object obj)
equals
in class AbstractMessage
obj
- the object to compare to this LdapResult containing response
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |