org.objectweb.joram.mom.proxies
Class AdminNotification

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by org.objectweb.joram.mom.proxies.AdminNotification
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class AdminNotification
extends Notification

An AdminNotification is sent during initialization by an administrator's proxy for registering to the local administration topic.

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

proxyId

private AgentId proxyId
The proxy's AgentId identifier.


identity

private Identity identity
The administrator's Identity.

Constructor Detail

AdminNotification

AdminNotification(AgentId proxyId,
                  Identity identity)
Constructs an AdminNotification instance.

Parameters:
proxyId - The proxy's identifier.
identity - administrator identity.
Method Detail

getProxyId

public AgentId getProxyId()
Returns the AgentId of the proxy.


getIdentity

public Identity getIdentity()
Returns the identity of the administrator.



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.