|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminReply
org.objectweb.joram.shared.admin.Monitor_Reply
org.objectweb.joram.shared.admin.Monitor_GetDMQSettingsRep
A Monitor_GetDMQSettingsRep
instance holds the dead message
queue and threshold settings of a server, a destination or a user.
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 org.objectweb.joram.shared.admin.AdminReply |
getInfo, getReplyObject, succeeded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Monitor_GetDMQSettingsRep(java.lang.String dmqId, java.lang.Integer threshold)
Monitor_GetDMQSettingsRep
instance.
dmqId
- DMQ identifier.threshold
- Threshold.Method Detail |
public java.lang.String getDMQName()
public java.lang.Integer getThreshold()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |