public class TopicForwardNot extends Notification
TopicForwardNot
is a notification sent by a topic to
another topic part of the same cluster, or to its hierarchical father,
and holding a forwarded ClientMessages
notification.Modifier and Type | Field and Description |
---|---|
boolean |
fromCluster
true if the notification is destinated to a hierarchical
father. |
ClientMessages |
messages
The forwarded messages.
|
private static long |
serialVersionUID |
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
TopicForwardNot(ClientMessages messages,
boolean fromCluster)
Constructs a
TopicForwardNot instance. |
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
private static final long serialVersionUID
public boolean fromCluster
true
if the notification is destinated to a hierarchical
father.public ClientMessages messages
public TopicForwardNot(ClientMessages messages, boolean fromCluster)
TopicForwardNot
instance.messages
- Notification to forward.fromCluster
- true
if the notification is coming
from a cluster friend.Copyright © 2013 ScalAgent D.T.. All Rights Reserved.