org.objectweb.joram.mom.notifications

Class AdminRequest

Implemented Interfaces:
Cloneable, Serializable
Known Direct 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.

Field Summary

Fields inherited from class fr.dyade.aaa.agent.Notification

persistent

Constructor Summary

AdminRequest(String id)
Constructs an AdminRequest.

Method Summary

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, toString

Constructor Details

AdminRequest

public AdminRequest(String id)
Constructs an AdminRequest.

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

Method Details

getId

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


Copyright B) 2004 Scalagent - All rights reserved