org.objectweb.joram.shared.admin
Class Monitor_GetDMQSettingsRep
- java.io.Serializable
public class Monitor_GetDMQSettingsRep
A Monitor_GetDMQSettingsRep
instance holds the dead message
queue and threshold settings of a server, a destination or a user.
- Serialized Form
Monitor_GetDMQSettingsRep
public Monitor_GetDMQSettingsRep(String dmqId,
Integer threshold)
Constructs a Monitor_GetDMQSettingsRep
instance.
dmqId
- DMQ identifier.threshold
- Threshold.
getDMQName
public String getDMQName()
Returns the DMQ identifier.
getThreshold
public Integer getThreshold()
Returns the threshold.
Copyright B) 2004 Scalagent - All rights reserved