org.objectweb.joram.mom.notifications

Class Monit_GetNumberRep

Implemented Interfaces:
Cloneable, Serializable

public class Monit_GetNumberRep
extends AdminReply

A Monit_GetNumberRep reply is used by a destination for sending to an administrator client an integer value.

Field Summary

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

persistent

Constructor Summary

Monit_GetNumberRep(AdminRequest request, int number)
Constructs a Monit_GetNumberRep.

Method Summary

int
getNumber()
Returns the wrapped number.

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_GetNumberRep

public Monit_GetNumberRep(AdminRequest request,
                          int number)
Constructs a Monit_GetNumberRep.

Parameters:
request - The request this reply replies to.
number - The value to wrap.

Method Details

getNumber

public int getNumber()
Returns the wrapped number.


Copyright B) 2004 Scalagent - All rights reserved