|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.o.FailureHandling
public class FailureHandling
Holds information about the failure handling of this activity.
Field Summary | |
---|---|
static java.lang.String |
EXTENSION_NS_URI
|
static javax.xml.namespace.QName |
FAILURE_EXT_ELEMENT
|
static javax.xml.namespace.QName |
FAILURE_FAULT_NAME
|
boolean |
faultOnFailure
|
int |
retryDelay
|
int |
retryFor
|
Constructor Summary | |
---|---|
FailureHandling()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String EXTENSION_NS_URI
public static final javax.xml.namespace.QName FAILURE_FAULT_NAME
public static final javax.xml.namespace.QName FAILURE_EXT_ELEMENT
public int retryFor
public int retryDelay
public boolean faultOnFailure
Constructor Detail |
---|
public FailureHandling()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |