public interface JMSMessagesVBean
JMSDestinationRuntimeMBean#getJMSMessages(String, int, String, boolean)
,
JMSServerRuntimeMBean#getJMSMessagesByXid(String, int, String, boolean)
,
JMSMessageVBean
Modifier and Type | Method | Description |
---|---|---|
JMSMessageVBean[] |
getJmsMessages() |
Returns the JMS messages that match the specified filter criteria,
up to the maximum number of messages specified.
|
long |
getTotalCount() |
The total number of messages on the destination, including pending messages
that are not visible.
|
long |
getTotalFilteredCount() |
The number of messages matching the selector criteria.
|
long getTotalCount()
long getTotalFilteredCount()
JMSMessageVBean[] getJmsMessages()