|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentInstance
SCA component instance facade
| Field Summary | |
|---|---|
static int |
STATE_COMPLETED_SUCCESSFULLY |
static int |
STATE_FAULTED |
static int |
STATE_RECOVERY_REQUIRED |
static int |
STATE_RUNNING |
static int |
STATE_STALE |
static int |
STATE_SUSPENDED |
static int |
STATE_TERMINATED_BY_USER |
static int[] |
STATES_INFLIGHT |
| Method Summary | |
|---|---|
java.lang.Object |
getAuditTrail()Return audit trail. |
java.lang.String |
getComponentName()Returns the name of the component. |
CompositeDN |
getCompositeDN()Returns the distinguished name of the composite. |
java.lang.String |
getCompositeInstanceId()Return the id of the composite instance. |
java.lang.String |
getConversationId()Returns the conversationId of this instance. |
java.util.Date |
getCreationDate()Returns the creation date of this instance. |
java.lang.String |
getCreator()Returns the creator date of this instance. |
java.lang.String |
getECID()Returns the ecid. |
java.util.List<Fault> |
getFaults()Return the list of faults that have occurred during the execution of this component instance. |
java.lang.String |
getId()Returns the instance id of the instance. |
java.util.Date |
getModifyDate()Returns the date this instance was last modified on. |
int |
getNormalizedState()Returns the normalized state of this instance. |
java.lang.String |
getNormalizedStateAsString()Returns the normalized state as meaningful string. |
int |
getNumberOfFaults()Return the number of faults with this component instance. |
java.lang.String |
getParentId()Returns the parentId of this instance. |
java.lang.String |
getParentReferenceId() |
ServiceEngine |
getServiceEngine() |
int |
getState()Returns the current state of this instance. |
java.lang.String |
getStatus()Retrieves the current status of this instance. |
boolean |
hasAuditTrail()Returns true if the audit trail is saved a available for this instance. |
boolean |
hasAuditTrailPayloads()Returns true if the payloads are saved with the audit trail of this instance. |
boolean |
hasCompositeInstance()Returns true if the composite instance is saved in the db. |
boolean |
isTestCase()Returns true if the instance was created by a test run. |
void |
setNumberOfFaults(int faultCount)Returns the number of faults that happened during the execution of this instance. |
void |
setParentReferenceId(java.lang.String parentReferenceId) |
| Field Detail |
|---|
static final int STATE_RUNNING
static final int STATE_RECOVERY_REQUIRED
static final int STATE_COMPLETED_SUCCESSFULLY
static final int STATE_FAULTED
static final int STATE_TERMINATED_BY_USER
static final int STATE_SUSPENDED
static final int STATE_STALE
static final int[] STATES_INFLIGHT
| Method Detail |
|---|
boolean isTestCase()
java.lang.String getId()
java.lang.String getComponentName()
CompositeDN getCompositeDN()
java.util.Date getCreationDate()
java.lang.String getCreator()
java.util.Date getModifyDate()
int getState()
int getNormalizedState()
java.lang.String getNormalizedStateAsString()
java.lang.String getStatus()
setStatus() method from a BPELX java exec tag. <p/> The semantics attached to the status value are the sole domain and responsibility of the developer.java.lang.String getConversationId()
java.lang.String getParentId()
java.lang.Object getAuditTrail()
java.util.List<Fault> getFaults()
throws java.lang.Exception
java.lang.Exception
int getNumberOfFaults()
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getECID()
java.lang.String getCompositeInstanceId()
void setNumberOfFaults(int faultCount)
faultCount -boolean hasCompositeInstance()
boolean hasAuditTrail()
boolean hasAuditTrailPayloads()
ServiceEngine getServiceEngine()
void setParentReferenceId(java.lang.String parentReferenceId)
java.lang.String getParentReferenceId()
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1) E10659-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||