public class AdminNotification extends Notification
AdminNotification
is sent during initialization by an
administrator's proxy for registering to the local administration topic.Modifier and Type | Field and Description |
---|---|
private Identity |
identity
The administrator's Identity.
|
private AgentId |
proxyId
The proxy's
AgentId identifier. |
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 |
---|
AdminNotification(AgentId proxyId,
Identity identity)
Constructs an
AdminNotification instance. |
Modifier and Type | Method and Description |
---|---|
Identity |
getIdentity()
Returns the identity of the administrator.
|
AgentId |
getProxyId()
Returns the
AgentId of the proxy. |
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
private static final long serialVersionUID
private AgentId proxyId
AgentId
identifier.private Identity identity
Copyright © 2021 ScalAgent D.T.. All rights reserved.