Skip navigation links

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

E10689-03


oracle.wsm.common.sdk
Interface IResult

All Known Implementing Classes:
Result

public interface IResult

Result encapulates the result of pipeline and step executions.


Field Summary
static int FAILED
           
static int SKIP
           
static int SUCCEEDED
           
static int SUSPENDED
           

 

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

 

Field Detail

SUCCEEDED

static final int SUCCEEDED
See Also:
Constant Field Values

FAILED

static final int FAILED
See Also:
Constant Field Values

SUSPENDED

static final int SUSPENDED
See Also:
Constant Field Values

SKIP

static final int SKIP
See Also:
Constant Field Values

Method Detail

getStatus

int getStatus()
Returns:
the execution status

setStatus

void setStatus(int status)
Set the execution status
Parameters:
status -

getFault

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.
Returns:
fault

setFault

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().
Parameters:
fault -

Skip navigation links

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

E10689-03


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