| Package | Description | 
|---|---|
| weblogic.j2ee.descriptor.wl | 
 Provides interfaces for  
weblogic.j2ee.descriptor.wl. | 
| Modifier and Type | Method and Description | 
|---|---|
SAFErrorHandlingBean | 
JMSBean.createSAFErrorHandling(String name)
Create SAFErrorHandlingBean in this module 
 | 
SAFErrorHandlingBean | 
ClientSAFBean.createSAFErrorHandling(String name)
Create SAFErrorHandlingBean in this module 
 | 
SAFErrorHandlingBean | 
SAFImportedDestinationsBean.getSAFErrorHandling()
Specifies the error handling configuration used for the imported destinations. 
 | 
SAFErrorHandlingBean | 
SAFDestinationBean.getSAFErrorHandling()
Specifies the error handling configuration used by this SAF destination. 
 | 
SAFErrorHandlingBean[] | 
JMSBean.getSAFErrorHandlings()
 Defines the action to take when the SAF service fails to forward messages to 
 remote destinations. 
 | 
SAFErrorHandlingBean[] | 
ClientSAFBean.getSAFErrorHandlings()
Get an array of SAFErrorHandlingBean defined in this module 
 | 
SAFErrorHandlingBean | 
JMSBean.lookupSAFErrorHandling(String name)
Locates a SAF Error Handling bean with the given name 
 | 
SAFErrorHandlingBean | 
ClientSAFBean.lookupSAFErrorHandling(String name)
Locates a SAF Error Handling bean with the given name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
JMSBean.destroySAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
Destroy SAFErrorHandlingBean defined in this module 
 | 
void | 
ClientSAFBean.destroySAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
Destroy SAFErrorHandlingBean defined in this module 
 | 
void | 
SAFImportedDestinationsBean.setSAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
Sets the value of the SAFErrorHandling attribute. 
 | 
void | 
SAFDestinationBean.setSAFErrorHandling(SAFErrorHandlingBean safErrorHandling)
Sets the value of the SAFErrorHandling attribute. 
 |