Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


oracle.wsm.common.sdk
Class Result

java.lang.Object
  extended by oracle.wsm.common.sdk.Result

All Implemented Interfaces:
IResult

public class Result
extends Object
implements IResult

Result encapulates the result of pipeline and step executions.


Field Summary

 

Fields inherited from interface oracle.wsm.common.sdk.IResult
FAILED, SKIP, SUCCEEDED, SUSPENDED

 

Constructor Summary
Result()
           

 

Method Summary
 WSMException getFault()
          Return the fault that caused this request execution to fail.
 int getStatus()
           
 void setFault(WSMException fault)
          Set the fault that caused this request execution to fail.
 void setStatus(int status)
          Set the execution status
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

Result

public Result()

Method Detail

getStatus

public int getStatus()
Specified by:
getStatus in interface IResult
Returns:
the execution status

setStatus

public void setStatus(int status)
Set the execution status
Specified by:
setStatus in interface IResult
Parameters:
status -

getFault

public WSMException getFault()
Return the fault that caused this request execution to fail. This is normally set by the framework after it has tried with all applicable fault handlers.
Specified by:
getFault in interface IResult
Returns:
fault

setFault

public void setFault(WSMException fault)
Set the fault that caused this request execution to fail. This is normally set by the framework after it has tried with all applicable fault handlers. Step implementations should NOT use this method, instead they should call generateFault().
Specified by:
setFault in interface IResult
Parameters:
fault -

toString

public String toString()
Overrides:
toString in class Object
Returns:
Result in string form

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-02


Copyright © 2007, 2009. Oracle. All rights reserved.