public class Response extends BaseCommand
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
commandId, responseRequired
Constructor and Description |
---|
Response() |
Modifier and Type | Method and Description |
---|---|
int |
getCorrelationId() |
byte |
getDataStructureType() |
boolean |
isException() |
boolean |
isResponse() |
void |
setCorrelationId(int responseId) |
copy, getCommandId, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setResponseRequired, toString, toString
public static final byte DATA_STRUCTURE_TYPE
public byte getDataStructureType()
public int getCorrelationId()
public void setCorrelationId(int responseId)
public boolean isResponse()
isResponse
in interface Command
isResponse
in class BaseCommand
public boolean isException()
Copyright © 2011–2014 Red Hat. All rights reserved.