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() |
MessageReference |
getMessageReference() |
boolean |
isDropped() |
void |
setDestination(ActiveMQDestination destination) |
void |
setMessageReference(MessageReference messageReference) |
protected MessageReference messageReference
protected boolean loaded
protected boolean dropped
protected Message message
protected ActiveMQDestination destination
public boolean isDropped()
throws java.io.IOException
java.io.IOExceptionpublic Message getMessage() throws java.io.IOException
java.io.IOExceptionpublic void setMessageReference(MessageReference messageReference)
public void clear()
public ActiveMQDestination getDestination()
public void setDestination(ActiveMQDestination destination)
protected void clearMessageCache()
public MessageReference getMessageReference()
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.