|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.proxies.AdminNotification
public class AdminNotification
An AdminNotification
is sent during initialization by an
administrator's proxy for registering to the local administration topic.
Field Summary | |
---|---|
private Identity |
identity
The administrator's Identity. |
private AgentId |
proxyId
The proxy's AgentId identifier. |
private static long |
serialVersionUID
|
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
Constructor Summary | |
---|---|
AdminNotification(AgentId proxyId,
Identity identity)
Constructs an AdminNotification instance. |
Method Summary | |
---|---|
Identity |
getIdentity()
Returns the identity of the administrator. |
AgentId |
getProxyId()
Returns the AgentId of the proxy. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
---|
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private AgentId proxyId
AgentId
identifier.
private Identity identity
Constructor Detail |
---|
AdminNotification(AgentId proxyId, Identity identity)
AdminNotification
instance.
proxyId
- The proxy's identifier.identity
- administrator identity.Method Detail |
---|
public AgentId getProxyId()
AgentId
of the proxy.
public Identity getIdentity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |