org.objectweb.joram.mom.notifications
Class AdminRequestNot
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AdminRequestNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- GetRightsRequestNot, SpecialAdminRequest
public abstract class AdminRequestNot
- extends AbstractNotification
An AdminRequest
is used by a client agent for sending an
administration request to a destination agent.
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
id
Field used for identifying the request. |
private static long |
serialVersionUID
define serialVersionUID for interoperability |
Constructor Summary |
AdminRequestNot(java.lang.String id)
Constructs an AdminRequest . |
Method Summary |
java.lang.String |
getId()
Returns the request identifier, null if not used. |
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- define serialVersionUID for interoperability
- See Also:
- Constant Field Values
id
private java.lang.String id
- Field used for identifying the request.
AdminRequestNot
public AdminRequestNot(java.lang.String id)
- Constructs an
AdminRequest
.
- Parameters:
id
- Identifier of the request, may be null.
getId
public java.lang.String getId()
- Returns the request identifier, null if not used.
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.