|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Fault
Fault facade
Nested Class Summary | |
---|---|
static class |
Fault.FaultActionType This is a superset of all recover actions for all SEs |
Field Summary | |
---|---|
static java.lang.String |
POLICY_FAULT_CATEGORY |
static java.lang.String |
POLICY_FAULT_ECID |
static java.lang.String |
POLICY_FAULT_NAME |
static java.lang.String |
POLICY_FAULT_VERSION |
static int |
TYPE_ALERT Deprecated. |
static int |
TYPE_BUSINESS_FAULT |
static int |
TYPE_ERROR Deprecated. |
static int |
TYPE_FAULT Deprecated. |
static int |
TYPE_POLICY_FAULT |
static int |
TYPE_SYSTEM_FAULT |
Method Summary | |
---|---|
java.lang.String |
getBindingType() Returns the binding type if it happend in a binding component. |
java.lang.String |
getComponentInstanceId() Returns the component instance id. |
java.lang.String |
getComponentName() Returns the name of the component this fault happened. |
CompositeDN |
getCompositeDN() Returns the distinguished name of the composite. |
java.lang.String |
getCompositeInstanceId() Returns the composite instance id. |
java.util.Date |
getCreationDate() Returns the time the fault is generated. |
java.lang.String |
getECID() Returns the ECID. |
java.lang.String |
getEngineType() Returns the engine type if it happened in a Service Engine. |
java.util.List<FaultAction> |
getFaultActions() |
java.lang.String |
getId() Returns the unique identifier of the fault. |
java.lang.String |
getLabel() Returns the label of the composite. |
java.lang.Object |
getMessage() Returns the detailed message of the fault. |
java.lang.Object |
getMessageType() Returns the message type of the fault message. |
java.util.Date |
getModifyDate() Returns the time the fault is last modified. |
javax.xml.namespace.QName |
getName() Get the name or the short description of the fault. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
java.util.List<java.lang.Integer> |
getRecoveryActionTypes() Returns a list of possible recovery actions for this fault, Some Recovery actions are SE specific. |
java.lang.String |
getReferenceName() Returns the name of the reference where this fault happened. |
java.lang.String |
getServiceName() Returns the name of the service where this fault happened. |
int |
getType() Returns the type of the fault. |
boolean |
isRecoverable() Returns true if the fault is recoverable. |
boolean |
isRejectedMessage() |
Field Detail |
---|
static final int TYPE_SYSTEM_FAULT
static final int TYPE_BUSINESS_FAULT
static final int TYPE_POLICY_FAULT
static final java.lang.String POLICY_FAULT_NAME
static final java.lang.String POLICY_FAULT_VERSION
static final java.lang.String POLICY_FAULT_CATEGORY
static final java.lang.String POLICY_FAULT_ECID
static final int TYPE_ALERT
static final int TYPE_ERROR
static final int TYPE_FAULT
Method Detail |
---|
java.lang.String getId()
javax.xml.namespace.QName getName()
java.util.Date getCreationDate()
java.util.Date getModifyDate()
java.lang.Object getMessageType()
java.lang.Object getMessage()
int getType()
boolean isRecoverable()
CompositeDN getCompositeDN()
java.lang.String getLabel()
java.lang.String getComponentName()
java.lang.String getServiceName()
java.lang.String getReferenceName()
java.lang.String getCompositeInstanceId()
java.lang.String getComponentInstanceId()
java.lang.String getEngineType()
java.lang.String getBindingType()
java.lang.String getECID()
java.util.List<java.lang.Integer> getRecoveryActionTypes()
java.util.List<FaultAction> getFaultActions()
java.util.Map<java.lang.String,java.lang.String> getProperties()
boolean isRejectedMessage()
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |