Package | Description |
---|---|
weblogic.management.runtime |
Contains classes and interfaces for monitoring a WebLogic
Server domain.
|
Modifier and Type | Method | Description |
---|---|---|
JMSMessageManagementTaskRuntimeMBean |
JMSMessageManagementRuntimeMBean.exportMessages(java.lang.String selector,
java.lang.String file,
int timeout) |
Exports the messages matching the selector to the specified file in XML representation.
|
JMSMessageManagementTaskRuntimeMBean[] |
JMSMessageManagementRuntimeMBean.getTasks() |
Returns JMS message management tasks.
|
JMSMessageManagementTaskRuntimeMBean |
JMSMessageManagementRuntimeMBean.importMessages(java.lang.String file,
boolean applyOverrides) |
Imports the messages from the specified file into the destination.
|
JMSMessageManagementTaskRuntimeMBean |
JMSMessageManagementRuntimeMBean.moveMessages(java.lang.String selector,
java.lang.String destinationID,
int timeout) |
Moves the set of messages that match the specified selector to
the target destination.
|