|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.oracle.bpel.client.BPELDomainStatus
public class BPELDomainStatus
This class contains all the status information for a particular BPEL process domain.
| Field Summary | |
|---|---|
protected java.lang.String |
mDomainIdBPEL domain identifier. |
protected java.lang.Throwable |
mErrorError encountered while the BPEL domain was initializing. |
protected int |
mStateBPEL domain state. |
static int |
STATE_FAILEDState value for a BPEL domain that has failed to initialize. |
static int |
STATE_INITIALIZEDState value for a BPEL domain that has successfully initialized and is ready to service requests. |
static int |
STATE_INITIALIZINGState value for a BPEL domain that is currently initializing. |
static int |
STATE_UNINITIALIZINGState value for a BPEL domain that is currently uninitializing. |
| Constructor Summary | |
|---|---|
protected |
BPELDomainStatus()Default constructor. |
|
BPELDomainStatus(java.lang.String domainId, int state, java.lang.Throwable error)Constructs a status object with the specified domain identifier, state and error. |
| Method Summary | |
|---|---|
java.lang.String |
getDomainId()Returns the BPEL domain identifier. |
java.lang.Throwable |
getError()Returns the error encountered while the BPEL domain was initializing. |
int |
getState()Returns the state for this BPEL domain. |
boolean |
hasFailed()Returns true if the BPEL domain has failed to initialize. |
boolean |
hasInitialized()Returns true if the BPEL domain has successfully initialized. |
boolean |
isInitializing()Returns true if the BPEL domain is currently initializing. |
boolean |
isUninitializing()Returns true if the BPEL domain is currently uninitializing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STATE_INITIALIZING
public static final int STATE_INITIALIZED
public static final int STATE_UNINITIALIZING
public static final int STATE_FAILED
getError for more information.
protected java.lang.String mDomainId
protected int mState
protected java.lang.Throwable mError
| Constructor Detail |
|---|
protected BPELDomainStatus()
public BPELDomainStatus(java.lang.String domainId,
int state,
java.lang.Throwable error)
| Method Detail |
|---|
public java.lang.String getDomainId()
public int getState()
public boolean isInitializing()
true if the BPEL domain is currently initializing.STATE_INITIALIZINGpublic boolean hasInitialized()
true if the BPEL domain has successfully initialized.STATE_INITIALIZEDpublic boolean isUninitializing()
true if the BPEL domain is currently uninitializing.STATE_UNINITIALIZINGpublic boolean hasFailed()
true if the BPEL domain has failed to initialize.STATE_FAILED, getError()public java.lang.Throwable getError()
null if the BPEL domain initialized successfully.
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||