Class QueueDeliveryTimeNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- org.objectweb.joram.mom.notifications.QueueDeliveryTimeNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public final class QueueDeliveryTimeNot extends Notification
Notification allowing to trigger delivery of delayed message.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Messagemsgprivate static longserialVersionUIDprivate booleanthrowsExceptionOnFullDest-
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
-
Fields inherited from interface fr.dyade.aaa.common.encoding.Encodable
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
-
-
Constructor Summary
Constructors Constructor Description QueueDeliveryTimeNot(Message msg, boolean throwsExceptionOnFullDest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagegetMsg()booleanisThrowsExceptionOnFullDest()-
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
msg
private transient Message msg
-
throwsExceptionOnFullDest
private transient boolean throwsExceptionOnFullDest
-
-
Constructor Detail
-
QueueDeliveryTimeNot
public QueueDeliveryTimeNot(Message msg, boolean throwsExceptionOnFullDest)
-
-
Method Detail
-
getMsg
public Message getMsg()
- Returns:
- the msg
-
isThrowsExceptionOnFullDest
public boolean isThrowsExceptionOnFullDest()
- Returns:
- the throwsExceptionOnFullDest
-
-