| 
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface SAFErrorHandlingBean
Store-and-Forward (SAF) Error Handling defines the action to be taken when the delivery of a JMS message fails to be forwarded to a remote destination.
| Method Summary | |
|---|---|
 String | 
getLogFormat()
Specifies how information is logged when Policy is set to
 Log. | 
 String | 
getPolicy()
The error handling policy for this SAF error handling resource.  | 
 SAFDestinationBean | 
getSAFErrorDestination()
Specifies the error destination when Policy is set to
 Redirect. | 
 void | 
setLogFormat(String logFormat)
Sets the value of the LogFormat attribute. | 
 void | 
setPolicy(String policy)
Sets the value of the Policy attrubute. | 
 void | 
setSAFErrorDestination(SAFDestinationBean errorDestination)
Sets the value of the SAFErrorDestination attribute. | 
| Methods inherited from interface weblogic.j2ee.descriptor.wl.NamedEntityBean | 
|---|
getId, getName, getNotes, setName, setNotes | 
| Methods inherited from interface weblogic.descriptor.SettableBean | 
|---|
isSet, unSet | 
| Method Detail | 
|---|
String getPolicy()
The error handling policy for this SAF error handling resource.
Any change to this parameter affects only incoming messages; stored messages are not affected.
void setPolicy(String policy)
               throws IllegalArgumentException
Sets the value of the Policy attrubute.
IllegalArgumentExceptionSAFErrorHandlingBean.getPolicy()
String getLogFormat()
Specifies how information is logged when Policy is set to
 Log.
Any change to this parameter affects only incoming messages; stored messages are not affected.
void setLogFormat(String logFormat)
                  throws IllegalArgumentException
Sets the value of the LogFormat attribute.
IllegalArgumentExceptionSAFErrorHandlingBean.getLogFormat()SAFDestinationBean getSAFErrorDestination()
Specifies the error destination when Policy is set to
 Redirect.
Any change to this parameter affects only incoming messages; stored messages are not affected.
void setSAFErrorDestination(SAFDestinationBean errorDestination)
                            throws IllegalArgumentException
Sets the value of the SAFErrorDestination attribute.
IllegalArgumentException
  | 
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  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||