Class WakeUpNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- org.objectweb.joram.mom.notifications.WakeUpNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public final class WakeUpNot extends Notification
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDprivate booleanupdateThis field is always visibly initialized to true.-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUpdate()-
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
-
update
private boolean update
This field is always visibly initialized to true. However, this class is also used in a hidden way (see default constructor), and update is then initialized to false.
-
-
Constructor Detail
-
WakeUpNot
public WakeUpNot()
Note that this class is used in a hidden way by the WakeUpTask class (package fr.dyade.aaa.agent). It requires an empty constructor to enable this usage. See the agentInitialize method of the Destination and UserAgent classes.
-
WakeUpNot
public WakeUpNot(boolean update)
-
-