Inheritance diagram for org.objectweb.joram.mom.notifications.Monit_GetNbMaxMsgRep:


Public Member Functions | |
| Monit_GetNbMaxMsgRep (AdminRequest request, int nbMaxMsg) | |
| int | getNbMaxMsg () |
Monit_GetNbMaxMsgRep reply is used by a destination to get NbMaxMsg value of queue or subscribtion.
Definition at line 30 of file Monit_GetNbMaxMsgRep.java.
| org.objectweb.joram.mom.notifications.Monit_GetNbMaxMsgRep.Monit_GetNbMaxMsgRep | ( | AdminRequest | request, | |
| int | nbMaxMsg | |||
| ) |
Constructs a GetNbMaxMsgRep instance.
| request | The request this reply replies to. | |
| nbMaxMsg | nb Max of Message (-1 no limit). |
Definition at line 45 of file Monit_GetNbMaxMsgRep.java.
| int org.objectweb.joram.mom.notifications.Monit_GetNbMaxMsgRep.getNbMaxMsg | ( | ) |
Returns the nbMaxMsg value.
Definition at line 52 of file Monit_GetNbMaxMsgRep.java.
1.5.0