public class MessageEvaluationContext extends java.lang.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() |
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 java.io.IOException
java.io.IOException
public Message getMessage() throws java.io.IOException
java.io.IOException
public void setMessageReference(MessageReference messageReference)
public void clear()
public ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
protected void clearMessageCache()
Copyright © 2005-2012. All Rights Reserved.