public interface MessageReference
Modifier and Type | Method and Description |
---|---|
boolean |
canProcessAsExpired() |
int |
decrementReferenceCount() |
long |
getExpiration() |
String |
getGroupID() |
int |
getGroupSequence() |
Message |
getMessage() |
Message |
getMessageHardRef() |
MessageId |
getMessageId() |
int |
getRedeliveryCounter() |
int |
getReferenceCount() |
Message.MessageDestination |
getRegionDestination() |
int |
getSize() |
ConsumerId |
getTargetConsumerId() |
void |
incrementRedeliveryCounter() |
int |
incrementReferenceCount() |
boolean |
isAdvisory() |
boolean |
isDropped()
Returns true if this message is dropped.
|
boolean |
isExpired()
Returns true if this message is expired
|
boolean |
isPersistent() |
MessageId getMessageId()
Message getMessageHardRef()
Message getMessage()
boolean isPersistent()
Message.MessageDestination getRegionDestination()
int getRedeliveryCounter()
void incrementRedeliveryCounter()
int getReferenceCount()
int incrementReferenceCount()
int decrementReferenceCount()
ConsumerId getTargetConsumerId()
int getSize()
long getExpiration()
String getGroupID()
int getGroupSequence()
boolean isExpired()
boolean isDropped()
boolean isAdvisory()
boolean canProcessAsExpired()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.