|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.message.InternalAbstractMessage
org.apache.directory.shared.ldap.message.InternalAbstractResponse
org.apache.directory.shared.ldap.message.InternalAbstractResultResponse
public abstract class InternalAbstractResultResponse
Abstract base for a Lockable ResultResponse message.
| Constructor Summary | |
|---|---|
protected |
InternalAbstractResultResponse(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. |
InternalLdapResult |
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.InternalAbstractMessage |
|---|
add, addAll, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.directory.shared.ldap.message.InternalMessage |
|---|
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove |
| Constructor Detail |
|---|
protected InternalAbstractResultResponse(int id,
MessageTypeEnum type)
id - the response eliciting this Requesttype - the message type of the response| Method Detail |
|---|
public InternalLdapResult getLdapResult()
getLdapResult in interface InternalResultResponsepublic boolean equals(java.lang.Object obj)
equals in class InternalAbstractMessageobj - the object to compare to this LdapResult containing response
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||