|
Joram 5.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueueMBean
Method Summary | |
---|---|
void |
clear()
|
void |
deleteMessage(java.lang.String msgId)
|
java.lang.String |
getMessageDigest(java.lang.String msgId)
|
java.util.Properties |
getMessageHeader(java.lang.String msgId)
|
java.lang.String[] |
getMessageIds()
|
java.util.Properties |
getMessageProperties(java.lang.String msgId)
|
int |
getNbMaxMsg()
|
int |
getPendingMessages()
Monitoring method returning the number of pending messages on this queue. |
int |
getPendingRequests()
Monitoring method returning the number of pending requests on this queue. |
int |
getThreshold()
Monitoring method returning the threshold of this queue, -1 if not set. |
void |
setNbMaxMsg(int nbMaxMsg)
|
void |
setThreshold(int threshold)
Admin method setting or unsetting the threshold for this queue. |
Methods inherited from interface org.objectweb.joram.client.jms.DestinationMBean |
---|
addReader, addWriter, delete, getAdminName, getDMQId, getName, getReaderList, getStatistic, getType, getWriterList, isFreelyReadable, isFreelyWriteable, isQueue, removeReader, removeWriter, setDMQId, setFreelyReadable, setFreelyWriteable |
Method Detail |
---|
void setNbMaxMsg(int nbMaxMsg) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
int getNbMaxMsg() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void setThreshold(int threshold) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
int getThreshold() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
int getPendingMessages() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
int getPendingRequests() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
java.lang.String[] getMessageIds() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
java.lang.String getMessageDigest(java.lang.String msgId) throws AdminException, java.net.ConnectException, javax.jms.JMSException
AdminException
java.net.ConnectException
javax.jms.JMSException
java.util.Properties getMessageHeader(java.lang.String msgId) throws java.net.ConnectException, AdminException, javax.jms.JMSException
java.net.ConnectException
AdminException
javax.jms.JMSException
java.util.Properties getMessageProperties(java.lang.String msgId) throws java.net.ConnectException, AdminException, javax.jms.JMSException
java.net.ConnectException
AdminException
javax.jms.JMSException
void deleteMessage(java.lang.String msgId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
void clear() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
|
Joram 5.1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |