Joram 5.2.1

org.objectweb.joram.mom.notifications
Class AdminRequest

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.AdminRequest
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
ClusterRequest, Monit_FreeAccess, Monit_GetCluster, Monit_GetDMQSettings, Monit_GetFather, Monit_GetNbMaxMsg, Monit_GetPendingMessages, Monit_GetPendingRequests, Monit_GetReaders, Monit_GetStat, Monit_GetSubscriptions, Monit_GetWriters, SetDMQRequest, SetFatherRequest, SetNbMaxMsgRequest, 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
detachable, detached, 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, getPersistent, 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
 

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.


Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved