Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10659-10


oracle.soa.management.facade
Interface AsynchronousResult

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
FaultRecoveryResult

public interface AsynchronousResult
extends java.io.Serializable

Represents the outcome of an asynchronously-processed action.


Method Summary
 java.util.List<java.lang.String> getAffectedIdentifiers()
           
 java.lang.String getFailure()
           
 java.lang.String getJobId()
           
 void setFailure(java.lang.String message)
          Sets the reason for the failure if a job fails to be processed successfully

 

Method Detail

getJobId

java.lang.String getJobId()
Returns:
the unique identifier of the processing job with which this result is associated

getAffectedIdentifiers

java.util.List<java.lang.String> getAffectedIdentifiers()
                                                        throws java.lang.IllegalStateException
Returns:
A list of the identifiers for those objects that were affected by the processing.
Throws:
java.lang.IllegalStateException - if the attempt has not been completely processed (e.g., the status does not indicate completion).

setFailure

void setFailure(java.lang.String message)
Sets the reason for the failure if a job fails to be processed successfully
Parameters:
message - a message describing the cause of the failure

getFailure

java.lang.String getFailure()
Returns:
The failure message, if the job processing failed, or null if the processing succeeded

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10659-10


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.