| 
 | Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FaultRecoveryResult
Result for an asynchronous fault recovery processing job
| Method Summary | |
|---|---|
|  java.util.List<java.lang.String> | getAllFaults()Gets the identifiers for all the faults for which recovery was attempted | 
|  java.lang.String | getError(java.lang.String faultId)Gets the error description, if an error occurred, associated with the specified fault identifier | 
|  java.util.List<java.lang.String> | getRecoveredFaults()Gets the identifiers for all the faults that were successfully recovered | 
|  java.util.List<java.lang.String> | getUnrecoveredFaults()Gets the identifiers for all the faults for which the recovery attempt failed | 
| Methods inherited from interface oracle.soa.management.facade.AsynchronousResult | 
|---|
| getAffectedIdentifiers, getFailure, getJobId, setFailure | 
| Method Detail | 
|---|
java.util.List<java.lang.String> getAllFaults()
                                              throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the attempt has not been completely processed (e.g., the status does not indicate completion).
java.util.List<java.lang.String> getRecoveredFaults()
                                                    throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the attempt has not been completely processed (e.g., the status does not indicate completion).
java.util.List<java.lang.String> getUnrecoveredFaults()
                                                      throws java.lang.IllegalStateException
java.lang.IllegalStateException - if the attempt has not been completely processed (e.g., the status does not indicate completion).java.lang.String getError(java.lang.String faultId)
faultId - The unique identifier of the fault for which the error is desired| 
 | Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||