| Package | Description | 
|---|---|
| weblogic.management.runtime | Contains classes and interfaces for monitoring a WebLogic 
Server domain. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | WSRMRemoteEndpointRuntimeMBean. closeConversations(java.lang.String conversationName) | Forcefully closes all outstanding conversations whose name contains 
 the given name. | 
| void | SAFConversationRuntimeMBean. destroy() | Destroys the conversation and purges all the messages. | 
| void | SAFAgentRuntimeMBean. pauseForwarding() | Pauses the sending agent on forwarding messages so that the
 agent will not forward messages but will accept new messages. | 
| void | SAFRemoteEndpointRuntimeMBean. pauseForwarding() | Pauses the forwarding of messages for a remote endpoint. | 
| void | SAFAgentRuntimeMBean. pauseIncoming() | Pauses the sending agent on accepting new messages. | 
| void | SAFRemoteEndpointRuntimeMBean. pauseIncoming() | Pauses a remote endpoint so that new messages are not
 accepted. | 
| void | SAFAgentRuntimeMBean. pauseReceiving() | Pauses the receiving agent on receiving messages. | 
| void | SAFRemoteEndpointRuntimeMBean. purge() | Destroys all conversations and purges all the pending messages
 for a remote destination. | 
| void | SAFAgentRuntimeMBean. resumeForwarding() | Resumes the sending agent for forwarding messages. | 
| void | SAFRemoteEndpointRuntimeMBean. resumeForwarding() | Resumes the forwarding of messages for the remote endpoint. | 
| void | SAFAgentRuntimeMBean. resumeIncoming() | Resumes the sending agent for accepting new messages. | 
| void | SAFRemoteEndpointRuntimeMBean. resumeIncoming() | Resumes a remote endpoint so that new messages are accepted. | 
| void | SAFAgentRuntimeMBean. resumeReceiving() | Resumes the receiving agent for receiving messages. |