public class InternalAbstractRequest extends InternalAbstractMessage implements InternalRequest
| Modifier | Constructor and Description |
|---|---|
protected |
InternalAbstractRequest(int id,
MessageTypeEnum type,
boolean hasResponse)
Subclasses must provide these parameters via a super constructor call.
|
| Modifier and Type | Method and Description |
|---|---|
int |
hashCode() |
boolean |
hasResponse()
Indicator flag used to determine whether or not this type of request
produces a reply.
|
add, addAll, equals, get, getControls, getMessageId, getType, hasControl, put, removeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removeprotected InternalAbstractRequest(int id,
MessageTypeEnum type,
boolean hasResponse)
id - the sequential message identifiertype - the request type enumhasResponse - flag indicating if this request generates a responsepublic boolean hasResponse()
hasResponse in interface InternalRequestpublic int hashCode()
hashCode in class InternalAbstractMessageObject.hashCode()Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.