Joram ${version}

org.objectweb.joram.mom.proxies
Class AdminNotification

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

public class AdminNotification
extends fr.dyade.aaa.agent.Notification

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Method Summary
 java.lang.String getName()
          Returns the name of the administrator.
 java.lang.String getPass()
          Returns the password of the administrator.
 fr.dyade.aaa.agent.AgentId getProxyId()
          Returns the AgentId of the proxy.
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getMessageId, isPersistent, setContext, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getProxyId

public fr.dyade.aaa.agent.AgentId getProxyId()
Returns the AgentId of the proxy.


getName

public java.lang.String getName()
Returns the name of the administrator.


getPass

public java.lang.String getPass()
Returns the password of the administrator.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved