org.objectweb.joram.mom.notifications
Class AdminRequestNot

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by org.objectweb.joram.mom.notifications.AbstractNotification
          extended by 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
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
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 org.objectweb.joram.mom.notifications.AbstractNotification
getClientContext, setPersistent, toString
 
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
 

Field Detail

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.

Constructor Detail

AdminRequestNot

public AdminRequestNot(java.lang.String id)
Constructs an AdminRequest.

Parameters:
id - Identifier of the request, may be null.
Method Detail

getId

public java.lang.String getId()
Returns the request identifier, null if not used.



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