public abstract class BaseCommand extends Object implements Command
| Modifier and Type | Field and Description |
|---|---|
protected int |
commandId |
protected boolean |
responseRequired |
| Constructor and Description |
|---|
BaseCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(BaseCommand copy) |
int |
getCommandId() |
boolean |
isBrokerInfo() |
boolean |
isMarshallAware() |
boolean |
isMessage() |
boolean |
isMessageAck() |
boolean |
isMessageDispatch() |
boolean |
isMessageDispatchNotification() |
boolean |
isResponse() |
boolean |
isResponseRequired() |
boolean |
isShutdownInfo() |
boolean |
isWireFormatInfo() |
void |
setCommandId(int commandId) |
void |
setResponseRequired(boolean responseRequired) |
String |
toString() |
String |
toString(Map<String,Object> overrideFields) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataStructureTypepublic void copy(BaseCommand copy)
public int getCommandId()
getCommandId in interface Commandpublic void setCommandId(int commandId)
setCommandId in interface Commandpublic boolean isResponseRequired()
isResponseRequired in interface Commandpublic void setResponseRequired(boolean responseRequired)
setResponseRequired in interface Commandpublic boolean isWireFormatInfo()
isWireFormatInfo in interface Commandpublic boolean isBrokerInfo()
isBrokerInfo in interface Commandpublic boolean isResponse()
isResponse in interface Commandpublic boolean isMessageDispatch()
isMessageDispatch in interface Commandpublic boolean isMarshallAware()
isMarshallAware in interface DataStructurepublic boolean isMessageAck()
isMessageAck in interface Commandpublic boolean isMessageDispatchNotification()
isMessageDispatchNotification in interface Commandpublic boolean isShutdownInfo()
isShutdownInfo in interface CommandCopyright © 2011–2014 Red Hat. All rights reserved.