Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.messaging.saf.SAFException

Packages that use SAFException
weblogic.management.runtime   

 

Uses of SAFException in weblogic.management.runtime

 

Methods in weblogic.management.runtime that throw SAFException
abstract  void WSRMRemoteEndpointRuntimeMBean.closeConversations(String conversationName)
          Forcefully closes all outstanding conversations whose name contains the given name.
abstract  void SAFConversationRuntimeMBean.destroy()
          Destroys the conversation and purges all the messages.
abstract  void SAFAgentRuntimeMBean.pauseForwarding()
          Pauses the sending agent on forwarding messages so that the agent will not forward messages but will accept new messages.
abstract  void SAFRemoteEndpointRuntimeMBean.pauseForwarding()
          Pauses the forwarding of messages for a remote endpoint.
abstract  void SAFAgentRuntimeMBean.pauseIncoming()
          Pauses the sending agent on accepting new messages.
abstract  void SAFRemoteEndpointRuntimeMBean.pauseIncoming()
          Pauses a remote endpoint so that new messages are not accepted.
abstract  void SAFAgentRuntimeMBean.pauseReceiving()
          Pauses the receiving agent on receiving messages.
abstract  void SAFRemoteEndpointRuntimeMBean.purge()
          Destroys all conversations and purges all the pending messages for a remote destination.
abstract  void SAFAgentRuntimeMBean.resumeForwarding()
          Resumes the sending agent for forwarding messages.
abstract  void SAFRemoteEndpointRuntimeMBean.resumeForwarding()
          Resumes the forwarding of messages for the remote endpoint.
abstract  void SAFAgentRuntimeMBean.resumeIncoming()
          Resumes the sending agent for accepting new messages.
abstract  void SAFRemoteEndpointRuntimeMBean.resumeIncoming()
          Resumes a remote endpoint so that new messages are accepted.
abstract  void SAFAgentRuntimeMBean.resumeReceiving()
          Resumes the receiving agent for receiving messages.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09