org.objectweb.joram.shared.admin

Class Monitor_GetDMQSettingsRep

Implemented Interfaces:
java.io.Serializable

public class Monitor_GetDMQSettingsRep
extends Monitor_Reply

A Monitor_GetDMQSettingsRep instance holds the dead message queue and threshold settings of a server, a destination or a user.

See Also:
Serialized Form

Constructor Summary

Monitor_GetDMQSettingsRep(String dmqId, Integer threshold)
Constructs a Monitor_GetDMQSettingsRep instance.

Method Summary

String
getDMQName()
Returns the DMQ identifier.
Integer
getThreshold()
Returns the threshold.

Methods inherited from class org.objectweb.joram.shared.admin.AdminReply

getInfo, getReplyObject, succeeded

Constructor Details

Monitor_GetDMQSettingsRep

public Monitor_GetDMQSettingsRep(String dmqId,
                                 Integer threshold)
Constructs a Monitor_GetDMQSettingsRep instance.

Parameters:
dmqId - DMQ identifier.
threshold - Threshold.

Method Details

getDMQName

public String getDMQName()
Returns the DMQ identifier.


getThreshold

public Integer getThreshold()
Returns the threshold.


Copyright B) 2004 Scalagent - All rights reserved