IBM WebSphere Application ServerTM
Release 8

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

public interface FailedEvent

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


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

COPYRIGHT

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

TYPE_BPC

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

TYPE_SCA

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

TYPE_JMS

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

TYPE_BFMHOLD

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

TYPE_MQ

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

STATUS_FAILED

static final int STATUS_FAILED
See Also:
Constant Field Values

STATUS_TERMINATED

static final int STATUS_TERMINATED
See Also:
Constant Field Values

STATUS_STOPPED

static final int STATUS_STOPPED
See Also:
Constant Field Values
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()

IBM WebSphere Application ServerTM
Release 8