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

Part Number E27170-01

Uses of Interface
weblogic.j2ee.descriptor.wl.SAFErrorHandlingBean

Packages that use SAFErrorHandlingBean
weblogic.j2ee.descriptor.wl Provides interfaces for weblogic.j2ee.descriptor.wl
 

Uses of SAFErrorHandlingBean in weblogic.j2ee.descriptor.wl
 

Methods in weblogic.j2ee.descriptor.wl that return SAFErrorHandlingBean
 SAFErrorHandlingBean ClientSAFBean.createSAFErrorHandling(String name)
          Create SAFErrorHandlingBean in this module
 SAFErrorHandlingBean JMSBean.createSAFErrorHandling(String name)
          Create SAFErrorHandlingBean in this module
 SAFErrorHandlingBean SAFDestinationBean.getSAFErrorHandling()
          Specifies the error handling configuration used by this SAF destination.
 SAFErrorHandlingBean SAFImportedDestinationsBean.getSAFErrorHandling()
          Specifies the error handling configuration used for the imported destinations.
 SAFErrorHandlingBean[] ClientSAFBean.getSAFErrorHandlings()
          Get an array of SAFErrorHandlingBean defined in this module
 SAFErrorHandlingBean[] JMSBean.getSAFErrorHandlings()
           Defines the action to take when the SAF service fails to forward messages to remote destinations.
 SAFErrorHandlingBean ClientSAFBean.lookupSAFErrorHandling(String name)
          Locates a SAF Error Handling bean with the given name
 SAFErrorHandlingBean JMSBean.lookupSAFErrorHandling(String name)
          Locates a SAF Error Handling bean with the given name
 

Methods in weblogic.j2ee.descriptor.wl with parameters of type SAFErrorHandlingBean
 void ClientSAFBean.destroySAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
          Destroy SAFErrorHandlingBean defined in this module
 void JMSBean.destroySAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
          Destroy SAFErrorHandlingBean defined in this module
 void SAFDestinationBean.setSAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
          Sets the value of the SAFErrorHandling attribute.
 void SAFImportedDestinationsBean.setSAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
          Sets the value of the SAFErrorHandling attribute.
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01