public class MessageEvaluationContext extends Object
Modifier and Type | Field and Description |
---|---|
protected ActiveMQDestination |
destination |
protected boolean |
dropped |
protected boolean |
loaded |
protected Message |
message |
protected MessageReference |
messageReference |
Constructor and Description |
---|
MessageEvaluationContext() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected void |
clearMessageCache()
A strategy hook to allow per-message caches to be cleared
|
ActiveMQDestination |
getDestination() |
Message |
getMessage() |
MessageReference |
getMessageReference() |
boolean |
isDropped() |
void |
setDestination(ActiveMQDestination destination) |
void |
setMessageReference(MessageReference messageReference) |
protected MessageReference messageReference
protected boolean loaded
protected boolean dropped
protected ActiveMQDestination destination
public MessageEvaluationContext()
public boolean isDropped() throws IOException
IOException
public Message getMessage() throws IOException
IOException
public void setMessageReference(MessageReference messageReference)
public void clear()
public ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
protected void clearMessageCache()
public MessageReference getMessageReference()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.