public interface Command extends DataStructure
Modifier and Type | Method and Description |
---|---|
int |
getCommandId() |
boolean |
isBrokerInfo() |
boolean |
isMessage() |
boolean |
isMessageAck() |
boolean |
isMessageDispatch() |
boolean |
isMessageDispatchNotification() |
boolean |
isResponse() |
boolean |
isResponseRequired() |
boolean |
isShutdownInfo() |
boolean |
isWireFormatInfo() |
void |
setCommandId(int value) |
void |
setResponseRequired(boolean responseRequired) |
getDataStructureType, isMarshallAware
void setCommandId(int value)
int getCommandId()
void setResponseRequired(boolean responseRequired)
boolean isResponseRequired()
boolean isResponse()
boolean isMessageDispatch()
boolean isBrokerInfo()
boolean isWireFormatInfo()
boolean isMessage()
boolean isMessageAck()
boolean isMessageDispatchNotification()
boolean isShutdownInfo()
Copyright © 2011–2014 Red Hat. All rights reserved.