org.objectweb.joram.mom.notifications

Class Monit_GetClusterRep

Implemented Interfaces:
Cloneable, Serializable

public class Monit_GetClusterRep
extends AdminReply

A Monit_GetClusterRep reply is used by a topic for sending the identifiers of its cluster's topics to the administrator.

Field Summary

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

persistent

Constructor Summary

Monit_GetClusterRep(AdminRequest request, Vector topics)
Constructs a Monit_GetClusterRep instance.

Method Summary

Vector
getTopics()
Returns the identifiers of the cluster's topics.

Methods inherited from class org.objectweb.joram.mom.notifications.AdminReply

getInfo, getReplyObject, getRequestId, getSuccess

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

Monit_GetClusterRep

public Monit_GetClusterRep(AdminRequest request,
                           Vector topics)
Constructs a Monit_GetClusterRep instance.

Parameters:
request - The request this reply replies to.
topics - Topics identifiers.

Method Details

getTopics

public Vector getTopics()
Returns the identifiers of the cluster's topics.


Copyright B) 2004 Scalagent - All rights reserved