org.objectweb.joram.mom.proxies
Class AdminNotification
java.lang.Object
fr.dyade.aaa.agent.Notification
org.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
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 |
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.
Copyright © 2005 Scalagent - All rights reserved