|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.SetNbMaxMsg
A SetNbMaxMsg
instance requests to set a
number max of message in Queue or Subscription.
Constructor Summary | |
SetNbMaxMsg(java.lang.String id,
int nbMaxMsg)
Constructs a SetNbMaxMsg instance. |
|
SetNbMaxMsg(java.lang.String id,
int nbMaxMsg,
java.lang.String subName)
Constructs a SetNbMaxMsg instance. |
Method Summary | |
java.lang.String |
getId()
Returns the identifier of the queue or subscription. |
int |
getNbMaxMsg()
Returns the nbMaxMsg value. |
java.lang.String |
getSubName()
Returns SubName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SetNbMaxMsg(java.lang.String id, int nbMaxMsg)
SetNbMaxMsg
instance.
id
- Identifier of the queue or subscription.nbMaxMsg
- nb Max of Message (-1 no limit).public SetNbMaxMsg(java.lang.String id, int nbMaxMsg, java.lang.String subName)
SetNbMaxMsg
instance.
id
- Identifier of the queue or subscription.nbMaxMsg
- nb Max of Message (-1 no limit).subName
- Subscription name.Method Detail |
public java.lang.String getId()
public int getNbMaxMsg()
public java.lang.String getSubName()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |