org.objectweb.joram.mom.notifications
Class AdminRequest

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byorg.objectweb.joram.mom.notifications.AbstractNotification
          extended byorg.objectweb.joram.mom.notifications.AdminRequest
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
ClusterRequest, Monit_FreeAccess, Monit_GetCluster, Monit_GetDMQSettings, Monit_GetFather, Monit_GetPendingMessages, Monit_GetPendingRequests, Monit_GetReaders, Monit_GetSubscriptions, Monit_GetWriters, SetDMQRequest, SetFatherRequest, SetRightRequest, SetThreshRequest, SpecialAdminRequest, UnclusterRequest, UnsetFatherRequest

public abstract class AdminRequest
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
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
AdminRequest(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, toString
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminRequest

public AdminRequest(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 ? 2004 Scalagent - All rights reserved