|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
clear()
|
void |
deleteMessage(java.lang.String msgId)
|
java.lang.String[] |
getMessageIds()
|
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. |
javax.jms.Message |
readMessage(java.lang.String msgId)
|
void |
setNbMaxMsg(int nbMaxMsg)
|
void |
setThreshold(int threshold)
Admin method setting or unsetting the threshold for this queue. |
java.lang.String |
toString()
Returns a String image of the queue. |
Methods inherited from interface org.objectweb.joram.client.jms.DestinationMBean |
addReader, addWriter, delete, getAdminName, getDMQ, getName, getReaderList, getStatistic, getType, getWriterList, isFreelyReadable, isFreelyWriteable, isQueue, removeReader, removeWriter, setDMQ, setFreelyReadable, setFreelyWriteable |
Method Detail |
public java.lang.String toString()
public void setNbMaxMsg(int nbMaxMsg) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public int getNbMaxMsg() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public void setThreshold(int threshold) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public int getThreshold() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public int getPendingMessages() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public int getPendingRequests() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public java.lang.String[] getMessageIds() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public javax.jms.Message readMessage(java.lang.String msgId) throws java.net.ConnectException, AdminException, javax.jms.JMSException
java.net.ConnectException
AdminException
javax.jms.JMSException
public void deleteMessage(java.lang.String msgId) throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
public void clear() throws java.net.ConnectException, AdminException
java.net.ConnectException
AdminException
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |