org.objectweb.joram.shared.admin
Class Monitor_GetDMQSettingsRep
java.lang.Object
org.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.Monitor_Reply
org.objectweb.joram.shared.admin.Monitor_GetDMQSettingsRep
- All 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(java.lang.String dmqId,
java.lang.Integer threshold)
Constructs a Monitor_GetDMQSettingsRep instance. |
Method Summary |
java.lang.String |
getDMQName()
Returns the DMQ identifier. |
java.lang.Integer |
getThreshold()
Returns the threshold. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Monitor_GetDMQSettingsRep
public Monitor_GetDMQSettingsRep(java.lang.String dmqId,
java.lang.Integer threshold)
- Constructs a
Monitor_GetDMQSettingsRep
instance.
- Parameters:
dmqId
- DMQ identifier.threshold
- Threshold.
getDMQName
public java.lang.String getDMQName()
- Returns the DMQ identifier.
getThreshold
public java.lang.Integer getThreshold()
- Returns the threshold.
Copyright © 2005 Scalagent - All rights reserved