public class ExpiredNot extends Notification
Modifier and Type | Field and Description |
---|---|
private Notification |
expiredNot
The expiration which had expired.
|
private AgentId |
from
The agent which sent the expired notification.
|
private static long |
serialVersionUID
Define serialVersionUID for interoperability.
|
private AgentId |
to
The destination agent of the expired notification.
|
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
ExpiredNot(Notification expiredNot,
AgentId from,
AgentId to)
Builds a notification carrying an expired notification.
|
Modifier and Type | Method and Description |
---|---|
Notification |
getExpiredNot() |
AgentId |
getFromAgentId() |
AgentId |
getToAgentId() |
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
private static final long serialVersionUID
private Notification expiredNot
private AgentId from
private AgentId to
public ExpiredNot(Notification expiredNot, AgentId from, AgentId to)
expiredNot
- The expiration which had expired.from
- The agent which sent the expired notification.to
- The destination agent of the expired notification.public AgentId getFromAgentId()
public AgentId getToAgentId()
public Notification getExpiredNot()
Copyright © 2021 ScalAgent D.T.. All rights reserved.