|
|||||||||||
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.AbstractRequest
The base request message class.
Constructor Summary | |
protected |
AbstractRequest(int id,
MessageTypeEnum type,
boolean hasResponse)
Subclasses must provide these parameters via a super constructor call. |
Method Summary | |
boolean |
hasResponse()
Indicator flag used to determine whether or not this type of request produces a reply. |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage |
add, equals, get, getControls, getMessageId, getType, put, remove |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
add, get, getControls, getMessageId, getType, put, remove |
Constructor Detail |
protected AbstractRequest(int id, MessageTypeEnum type, boolean hasResponse)
id
- the sequential message identifiertype
- the request type enumhasResponse
- flag indicating if this request generates a responseMethod Detail |
public boolean hasResponse()
hasResponse
in interface Request
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |