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, remove
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
protected 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 InternalRequest
public int hashCode()
hashCode
in class InternalAbstractMessage
Object.hashCode()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.