Package | Description |
---|---|
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
JMSTextMessageVBean |
Represents information about a JMS Message.
|
Modifier and Type | Method | Description |
---|---|---|
JMSMessageVBean |
JMSMessageManagementRuntimeMBean.getJMSMessage(java.lang.String messageID) |
Given a JMS message ID this method returns the corresponding
message from the queue.
|
JMSMessageVBean |
SAFRemoteEndpointRuntimeMBean.getJMSMessage(java.lang.String messageID) |
Given a JMS message ID this method returns the corresponding
message from the queue.
|
JMSMessageVBean[] |
JMSMessagesVBean.getJmsMessages() |
Returns the JMS messages that match the specified filter criteria,
up to the maximum number of messages specified.
|