Skip navigation links

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


oracle.soa.management.facade
Interface FaultRecoveryActionTypeConstants


public interface FaultRecoveryActionTypeConstants

Supported fault recovery actions


Field Summary
static int ACTION_ABORT
          Action type to terminate current instance.
static int ACTION_CONTINUE
          Action type to mark faulted actvity as complete.
static int ACTION_FILE
          Action type to store the rejected message in a file.
static int ACTION_HUMAN_INTERVENTION
          Action type to mark faulted actvity to be recovered from console.
static int ACTION_JAVA
          Action type to invoke custom java class provided.
static int ACTION_QUEUE
          Action type to queue the rejected message.
static int ACTION_REPLAY_SCOPE
          Action type to throw replay fault.
static int ACTION_RETHROW_FAULT
          Action type to rethrow the fault for bpel fault catcher.
static int ACTION_RETRY
          Action type to retry the activity.
static int ACTION_WS
          Action type to invoke a web service for the rejected message.

 

Field Detail

ACTION_ABORT

static final int ACTION_ABORT
Action type to terminate current instance.
See Also:
Constant Field Values

ACTION_CONTINUE

static final int ACTION_CONTINUE
Action type to mark faulted actvity as complete.
See Also:
Constant Field Values

ACTION_HUMAN_INTERVENTION

static final int ACTION_HUMAN_INTERVENTION
Action type to mark faulted actvity to be recovered from console.
See Also:
Constant Field Values

ACTION_JAVA

static final int ACTION_JAVA
Action type to invoke custom java class provided.
See Also:
Constant Field Values

ACTION_REPLAY_SCOPE

static final int ACTION_REPLAY_SCOPE
Action type to throw replay fault.
See Also:
Constant Field Values

ACTION_RETHROW_FAULT

static final int ACTION_RETHROW_FAULT
Action type to rethrow the fault for bpel fault catcher.
See Also:
Constant Field Values

ACTION_RETRY

static final int ACTION_RETRY
Action type to retry the activity.
See Also:
Constant Field Values

ACTION_FILE

static final int ACTION_FILE
Action type to store the rejected message in a file.
See Also:
Constant Field Values

ACTION_QUEUE

static final int ACTION_QUEUE
Action type to queue the rejected message.
See Also:
Constant Field Values

ACTION_WS

static final int ACTION_WS
Action type to invoke a web service for the rejected message.
See Also:
Constant Field Values

Skip navigation links

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


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