com.ibm.wbiserver.manualrecovery
Interface FailedEvent
All known subinterfaces:
All known implementing classes:
FailedEventDetail, com.ibm.wbiserver.manualrecovery.FailedEventImpl, com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
- public interface FailedEvent
FailedEvent
interface defines the basic information of a failed event.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
|
STATUS_FAILED
|
|
STATUS_STOPPED
|
|
STATUS_TERMINATED
|
|
TYPE_BFMHOLD
|
|
TYPE_BPC
|
|
TYPE_JMS
|
|
TYPE_MQ
|
|
TYPE_SCA
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
didInitiateStore()
If the failed event caused store to be initiated (started)
|
|
getCorrelationId()
Get correlation sphere id
|
|
getDeploymentTarget()
Get deployment target
|
|
getDestinationComponentName()
Get destination component name
|
|
getDestinationMethodName()
Get destination method name
|
|
getDestinationModuleName()
Get destination module name
|
|
getFailureDateTime()
Get failure time
|
|
getFailureMessage()
Get exception detail
|
|
getInteractionType()
Get interaction type
|
|
getMsgId()
Get message id
|
|
getOwner()
|
|
getResubmitDestination()
Get destination name for resubmission
|
|
getSessionId()
Get session id
|
|
getSourceComponentName()
Get source component name
|
|
getSourceModuleName()
Get source module name
|
|
getStatus()
Get event status
|
|
getType()
Get event type
|
|
isESQualified()
If the event is associated with event sequencing qualifier
|
|
isProcessResponse()
If the failed event is caused because a failure response
could not be sent back to the caller who is a process
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
TYPE_BPC
- static final java.lang.String TYPE_BPC
See Also:
TYPE_SCA
- static final java.lang.String TYPE_SCA
See Also:
TYPE_JMS
- static final java.lang.String TYPE_JMS
See Also:
TYPE_BFMHOLD
- static final java.lang.String TYPE_BFMHOLD
See Also:
TYPE_MQ
- static final java.lang.String TYPE_MQ
See Also:
STATUS_FAILED
- static final int STATUS_FAILED
See Also:
STATUS_TERMINATED
- static final int STATUS_TERMINATED
See Also:
STATUS_STOPPED
- static final int STATUS_STOPPED
See Also:
Method Detail
getMsgId
- java.lang.String getMsgId()
Get message id
Returns:
String
getStatus
- int getStatus()
Get event status
Returns:
int
getType
- java.lang.String getType()
Get event type
Returns:
String
getDestinationModuleName
- java.lang.String getDestinationModuleName( )
Get destination module name
Returns:
destination module name
getDestinationComponentName
- java.lang.String getDestinationComponentName( )
Get destination component name
Returns:
destination component name
getDestinationMethodName
- java.lang.String getDestinationMethodName( )
Get destination method name
Returns:
destination method name
getSourceModuleName
- java.lang.String getSourceModuleName( )
Get source module name
Returns:
source module name
getSourceComponentName
- java.lang.String getSourceComponentName( )
Get source component name
Returns:
source component name
getResubmitDestination
- java.lang.String getResubmitDestination( )
Get destination name for resubmission
Returns:
destination name for resubmission
getInteractionType
- java.lang.String getInteractionType( )
Get interaction type
Returns:
interaction type
getFailureMessage
- java.lang.String getFailureMessage( )
Get exception detail
Returns:
failure message
getSessionId
- java.lang.String getSessionId()
Get session id
Returns:
session id
getCorrelationId
- java.lang.String getCorrelationId( )
Get correlation sphere id
Returns:
correlation sphere id
getDeploymentTarget
- java.lang.String getDeploymentTarget( )
Get deployment target
Returns:
deployment target
getFailureDateTime
- java.util.Date getFailureDateTime( )
Get failure time
Returns:
failure time
isESQualified
- java.lang.Boolean isESQualified( )
If the event is associated with event sequencing qualifier
Returns:
Boolean.TRUE if ES-qualified
Boolean.FALSE if not ES-qualified
null not applicable
isProcessResponse
- java.lang.Boolean isProcessResponse( )
If the failed event is caused because a failure response
could not be sent back to the caller who is a process
Returns:
Boolean.TRUE if failed process response
Boolean.FALSE if not failed process response
null not applicable
didInitiateStore
- java.lang.Boolean didInitiateStore( )
If the failed event caused store to be initiated (started)
Returns:
Boolean.TRUE if failed event caused store to start
Boolean.FALSE if failed event did not cause store to start
null not applicable
getOwner
- java.lang.String getOwner()