Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Class
weblogic.messaging.saf.SAFException

Packages that use SAFException
weblogic.management.runtime Contains classes and interfaces for monitoring a WebLogic Server domain. 
 

Uses of SAFException in weblogic.management.runtime
 

Methods in weblogic.management.runtime that throw SAFException
 void WSRMRemoteEndpointRuntimeMBean.closeConversations(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.
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02