Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10659-10


oracle.soa.management.facade
Interface Fault

All Superinterfaces:
oracle.soa.management.facade.TenantInstance

public interface Fault
extends oracle.soa.management.facade.TenantInstance

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()
           

 

Methods inherited from interface oracle.soa.management.facade.TenantInstance
getTenantId, setTenantId

 

Field Detail

TYPE_SYSTEM_FAULT

static final int TYPE_SYSTEM_FAULT
See Also:
Constant Field Values

TYPE_BUSINESS_FAULT

static final int TYPE_BUSINESS_FAULT
See Also:
Constant Field Values

TYPE_POLICY_FAULT

static final int TYPE_POLICY_FAULT
See Also:
Constant Field Values

POLICY_FAULT_NAME

static final java.lang.String POLICY_FAULT_NAME
See Also:
Constant Field Values

POLICY_FAULT_VERSION

static final java.lang.String POLICY_FAULT_VERSION
See Also:
Constant Field Values

POLICY_FAULT_CATEGORY

static final java.lang.String POLICY_FAULT_CATEGORY
See Also:
Constant Field Values

POLICY_FAULT_ECID

static final java.lang.String POLICY_FAULT_ECID
See Also:
Constant Field Values

TYPE_ALERT

static final int TYPE_ALERT
Deprecated. 
See Also:
Constant Field Values

TYPE_ERROR

static final int TYPE_ERROR
Deprecated. 
See Also:
Constant Field Values

TYPE_FAULT

static final int TYPE_FAULT
Deprecated. 
See Also:
Constant Field Values

Method Detail

getId

java.lang.String getId()
Returns the unique identifier of the fault.

getName

javax.xml.namespace.QName getName()
Get the name or the short description of the fault.

getCreationDate

java.util.Date getCreationDate()
Returns the time the fault is generated.

getModifyDate

java.util.Date getModifyDate()
Returns the time the fault is last modified.

getMessageType

java.lang.Object getMessageType()
Returns the message type of the fault message.

getMessage

java.lang.Object getMessage()
Returns the detailed message of the fault.

getType

int getType()
Returns the type of the fault.

isRecoverable

boolean isRecoverable()
Returns true if the fault is recoverable.

getCompositeDN

CompositeDN getCompositeDN()
Returns the distinguished name of the composite.

getLabel

java.lang.String getLabel()
Returns the label of the composite.

getComponentName

java.lang.String getComponentName()
Returns the name of the component this fault happened.

getServiceName

java.lang.String getServiceName()
Returns the name of the service where this fault happened.

getReferenceName

java.lang.String getReferenceName()
Returns the name of the reference where this fault happened.

getCompositeInstanceId

java.lang.String getCompositeInstanceId()
Returns the composite instance id.

getComponentInstanceId

java.lang.String getComponentInstanceId()
Returns the component instance id.

getEngineType

java.lang.String getEngineType()
Returns the engine type if it happened in a Service Engine.

getBindingType

java.lang.String getBindingType()
Returns the binding type if it happend in a binding component.

getECID

java.lang.String getECID()
Returns the ECID.

getRecoveryActionTypes

java.util.List<java.lang.Integer> getRecoveryActionTypes()
Returns a list of possible recovery actions for this fault, Some Recovery actions are SE specific.

getFaultActions

java.util.List<FaultAction> getFaultActions()

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()

isRejectedMessage

boolean isRejectedMessage()

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.7)
E10659-10


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.