public class RemoveInfo extends BaseCommand
Modifier and Type | Field and Description |
---|---|
static byte |
DATA_STRUCTURE_TYPE |
protected long |
lastDeliveredSequenceId |
protected DataStructure |
objectId |
commandId, responseRequired
Constructor and Description |
---|
RemoveInfo() |
RemoveInfo(DataStructure objectId) |
Modifier and Type | Method and Description |
---|---|
byte |
getDataStructureType() |
long |
getLastDeliveredSequenceId() |
DataStructure |
getObjectId() |
boolean |
isConnectionRemove()
Returns true if this event is for a removed connection
|
boolean |
isConsumerRemove()
Returns true if this event is for a removed consumer
|
boolean |
isProducerRemove()
Returns true if this event is for a removed producer
|
boolean |
isSessionRemove()
Returns true if this event is for a removed session
|
void |
setLastDeliveredSequenceId(long lastDeliveredSequenceId) |
void |
setObjectId(DataStructure objectId) |
copy, getCommandId, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setCommandId, setResponseRequired, toString, toString
public static final byte DATA_STRUCTURE_TYPE
protected DataStructure objectId
protected long lastDeliveredSequenceId
public RemoveInfo()
public RemoveInfo(DataStructure objectId)
public byte getDataStructureType()
public DataStructure getObjectId()
public void setObjectId(DataStructure objectId)
public long getLastDeliveredSequenceId()
public void setLastDeliveredSequenceId(long lastDeliveredSequenceId)
public boolean isConnectionRemove()
public boolean isSessionRemove()
public boolean isConsumerRemove()
public boolean isProducerRemove()
Copyright © 2011-2014 Red Hat. All Rights Reserved.