com.ibm.wbiserver.manualrecovery

Interface FailedEvent

All known subinterfaces:
BFMHoldQueueEvent, BPCEvent, FailedEventWithParameters, JMSEvent, MQEvent, SCAEvent
All known implementing classes:
FailedEventDetail, com.ibm.wbiserver.manualrecovery.FailedEventImpl, com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl

  1. public interface FailedEvent
The FailedEvent interface defines the basic information of a failed event.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. int
STATUS_FAILED
  1. static
  2. int
STATUS_STOPPED
  1. static
  2. int
STATUS_TERMINATED
  1. static
  2. java.lang.String
TYPE_BFMHOLD
  1. static
  2. java.lang.String
TYPE_BPC
  1. static
  2. java.lang.String
TYPE_JMS
  1. static
  2. java.lang.String
TYPE_MQ
  1. static
  2. java.lang.String
TYPE_SCA

Method Summary

Modifier and Type Method and Description
  1. java.lang.Boolean
didInitiateStore()
If the failed event caused store to be initiated (started)
  1. java.lang.String
getCorrelationId()
Get correlation sphere id
  1. java.lang.String
getDeploymentTarget()
Get deployment target
  1. java.lang.String
getDestinationComponentName()
Get destination component name
  1. java.lang.String
getDestinationMethodName()
Get destination method name
  1. java.lang.String
getDestinationModuleName()
Get destination module name
  1. java.util.Date
getFailureDateTime()
Get failure time
  1. java.lang.String
getFailureMessage()
Get exception detail
  1. java.lang.String
getInteractionType()
Get interaction type
  1. java.lang.String
getMsgId()
Get message id
  1. java.lang.String
getOwner()
  1. java.lang.String
getResubmitDestination()
Get destination name for resubmission
  1. java.lang.String
getSessionId()
Get session id
  1. java.lang.String
getSourceComponentName()
Get source component name
  1. java.lang.String
getSourceModuleName()
Get source module name
  1. int
getStatus()
Get event status
  1. java.lang.String
getType()
Get event type
  1. java.lang.Boolean
isESQualified()
If the event is associated with event sequencing qualifier
  1. 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

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

TYPE_BPC

  1. static final java.lang.String TYPE_BPC
See Also:

TYPE_SCA

  1. static final java.lang.String TYPE_SCA
See Also:

TYPE_JMS

  1. static final java.lang.String TYPE_JMS
See Also:

TYPE_BFMHOLD

  1. static final java.lang.String TYPE_BFMHOLD
See Also:

TYPE_MQ

  1. static final java.lang.String TYPE_MQ
See Also:

STATUS_FAILED

  1. static final int STATUS_FAILED
See Also:

STATUS_TERMINATED

  1. static final int STATUS_TERMINATED
See Also:

STATUS_STOPPED

  1. static final int STATUS_STOPPED
See Also:

Method Detail

getMsgId

  1. java.lang.String getMsgId()
Get message id
Returns:
String

getStatus

  1. int getStatus()
Get event status
Returns:
int

getType

  1. java.lang.String getType()
Get event type
Returns:
String

getDestinationModuleName

  1. java.lang.String getDestinationModuleName( )
Get destination module name
Returns:
destination module name

getDestinationComponentName

  1. java.lang.String getDestinationComponentName( )
Get destination component name
Returns:
destination component name

getDestinationMethodName

  1. java.lang.String getDestinationMethodName( )
Get destination method name
Returns:
destination method name

getSourceModuleName

  1. java.lang.String getSourceModuleName( )
Get source module name
Returns:
source module name

getSourceComponentName

  1. java.lang.String getSourceComponentName( )
Get source component name
Returns:
source component name

getResubmitDestination

  1. java.lang.String getResubmitDestination( )
Get destination name for resubmission
Returns:
destination name for resubmission

getInteractionType

  1. java.lang.String getInteractionType( )
Get interaction type
Returns:
interaction type

getFailureMessage

  1. java.lang.String getFailureMessage( )
Get exception detail
Returns:
failure message

getSessionId

  1. java.lang.String getSessionId()
Get session id
Returns:
session id

getCorrelationId

  1. java.lang.String getCorrelationId( )
Get correlation sphere id
Returns:
correlation sphere id

getDeploymentTarget

  1. java.lang.String getDeploymentTarget( )
Get deployment target
Returns:
deployment target

getFailureDateTime

  1. java.util.Date getFailureDateTime( )
Get failure time
Returns:
failure time

isESQualified

  1. 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

  1. 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

  1. 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

  1. java.lang.String getOwner()