|
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 ServiceInstance
SCA service instance facade
| Field Summary | |
|---|---|
static int |
STATE_FAULTEDexception happened when processing the message. |
static int |
STATE_SEUCCESSFULmessage passed through this service successfully |
| Method Summary | |
|---|---|
java.lang.String |
getBindingType()Returns the type of the binding. |
CompositeDN |
getCompositeDN()Returns the DN of the composite. |
long |
getCompositeInstanceId()Returns teh composite instance id. |
java.util.Date |
getCreationDate()Returns the time of creation. |
java.lang.String |
getECID()Returns the ECID of this instance. |
Fault |
getFault()Returns the fault that's associated with this instance. |
long |
getId()Returns the unique ID of this instance. |
java.util.Date |
getModifyDate()Returns the modification time. |
java.lang.String |
getServiceName()Reteurns the name of the sca reference. |
int |
getState()Returns the state of the instance. |
| Field Detail |
|---|
static final int STATE_SEUCCESSFUL
static final int STATE_FAULTED
| Method Detail |
|---|
long getId()
java.lang.String getECID()
long getCompositeInstanceId()
CompositeDN getCompositeDN()
java.lang.String getServiceName()
java.lang.String getBindingType()
int getState()
java.util.Date getCreationDate()
java.util.Date getModifyDate()
Fault getFault()
throws java.lang.Exception
java.lang.Exception
|
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 | ||||||||