|
||||||||||
| 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.InternalAbstractRequest
public class InternalAbstractRequest
The base request message class.
| Constructor Summary | |
|---|---|
protected |
InternalAbstractRequest(int id,
MessageTypeEnum type,
boolean hasResponse)
Subclasses must provide these parameters via a super constructor call. |
| Method Summary | |
|---|---|
int |
hashCode()
|
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.InternalAbstractMessage |
|---|
add, addAll, equals, get, getControls, getMessageId, getType, hasControl, put, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, 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 InternalAbstractRequest(int id,
MessageTypeEnum type,
boolean hasResponse)
id - the sequential message identifiertype - the request type enumhasResponse - flag indicating if this request generates a response| Method Detail |
|---|
public boolean hasResponse()
hasResponse in interface InternalRequestpublic int hashCode()
hashCode in class InternalAbstractMessageObject.hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||