public class KeepAliveInfo extends BaseCommand
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
commandId, responseRequired
Constructor and Description |
---|
KeepAliveInfo() |
Modifier and Type | Method and Description |
---|---|
byte |
getDataStructureType() |
boolean |
isBrokerInfo() |
boolean |
isMarshallAware() |
boolean |
isMessage() |
boolean |
isMessageAck() |
boolean |
isMessageDispatch() |
boolean |
isMessageDispatchNotification() |
boolean |
isResponse() |
boolean |
isShutdownInfo() |
boolean |
isWireFormatInfo() |
java.lang.String |
toString() |
copy, getCommandId, isResponseRequired, setCommandId, setResponseRequired, toString
public static final byte DATA_STRUCTURE_TYPE
public byte getDataStructureType()
public boolean isResponse()
isResponse
in interface Command
isResponse
in class BaseCommand
public boolean isMessageDispatch()
isMessageDispatch
in interface Command
isMessageDispatch
in class BaseCommand
public boolean isMessage()
isMessage
in interface Command
isMessage
in class BaseCommand
public boolean isMessageAck()
isMessageAck
in interface Command
isMessageAck
in class BaseCommand
public boolean isBrokerInfo()
isBrokerInfo
in interface Command
isBrokerInfo
in class BaseCommand
public boolean isWireFormatInfo()
isWireFormatInfo
in interface Command
isWireFormatInfo
in class BaseCommand
public boolean isMarshallAware()
isMarshallAware
in interface DataStructure
isMarshallAware
in class BaseCommand
public boolean isMessageDispatchNotification()
isMessageDispatchNotification
in interface Command
isMessageDispatchNotification
in class BaseCommand
public boolean isShutdownInfo()
isShutdownInfo
in interface Command
isShutdownInfo
in class BaseCommand
public java.lang.String toString()
toString
in class BaseCommand
Copyright © 2011-2014 Red Hat. All Rights Reserved.