com.ibm.wbiserver.manualrecovery.impl

Class FailedEventDetail

  1. java.lang.Object
  2. extended bycom.ibm.wbiserver.manualrecovery.FailedEventImpl
  3. extended bycom.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
  4. extended bycom.ibm.wbiserver.manualrecovery.impl.FailedEventDetail
All implemented interfaces:
FailedEvent, FailedEventWithParameters, SCAEvent, java.io.Serializable

  1. public class FailedEventDetail
  2. extends com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
This class is for internal usage, for saving a failed event.
See Also:
Serialized Form

Field Summary

Fields inherited from interface com.ibm.wbiserver.manualrecovery.FailedEvent
STATUS_FAILED, STATUS_STOPPED, STATUS_TERMINATED, TYPE_BFMHOLD, TYPE_BPC, TYPE_JMS, TYPE_MQ, TYPE_SCA

Constructor Summary

Constructor and Description
FailedEventDetail()

Method Summary

Modifier and Type Method and Description
  1. byte[]
getExceptionDetail()
  1. byte[]
getMessage()
  1. byte[]
getParameters()
  1. java.lang.String
getUserIdentity()
  1. boolean
isWrapperType()
  1. void
setExceptionDetail(byte[] exceptionDetail)
  1. void
setMessage(byte[] message)
  1. void
setParameters(byte[] parameters)
  1. void
setUserIdentity(java.lang.String userIdentity)
  1. void
setWrapperType(boolean wrapperType)
Methods inherited from class com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
getApplicationName, getCEITraceControl, getExpirationTime, getFailedEventParameters, getFailedEventParameters, getParamBytes, getRemoteDmgr, setApplicationName, setCEITraceControl, setExpirationTime, setFailedEventParameters, setParamBytes, setRemoteDmgr, toString
Methods inherited from class com.ibm.wbiserver.manualrecovery.FailedEventImpl
didInitiateStore, getCorrelationId, getDeploymentTarget, getDestinationComponentName, getDestinationMethodName, getDestinationModuleName, getFailureDateTime, getFailureMessage, getInteractionType, getMsgId, getOwner, getResubmitDestination, getSessionId, getSourceComponentName, getSourceModuleName, getStatus, getType, init, isESQualified, isProcessResponse, setCorrelationId, setDeploymentTarget, setDestinationComponentName, setDestinationMethodName, setDestinationModuleName, setESQualified, setFailureDateTime, setFailureMessage, setInitiatedStore, setInteractionType, setMsgId, setOwner, setProcessResponse, setResubmitDestination, setSessionId, setSourceComponentName, setSourceModuleName, setStatus, setType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.wbiserver.manualrecovery.FailedEvent
didInitiateStore, getCorrelationId, getDeploymentTarget, getDestinationComponentName, getDestinationMethodName, getDestinationModuleName, getFailureDateTime, getFailureMessage, getInteractionType, getMsgId, getOwner, getResubmitDestination, getSessionId, getSourceComponentName, getSourceModuleName, getStatus, getType, isESQualified, isProcessResponse

Constructor Detail

FailedEventDetail

  1. public FailedEventDetail()

Method Detail

getExceptionDetail

  1. public byte[] getExceptionDetail( )

setExceptionDetail

  1. public void setExceptionDetail( byte[] exceptionDetail)

getMessage

  1. public byte[] getMessage()

setMessage

  1. public void setMessage(byte[] message)

getParameters

  1. public byte[] getParameters()

setParameters

  1. public void setParameters(byte[] parameters)

isWrapperType

  1. public boolean isWrapperType()

setWrapperType

  1. public void setWrapperType(boolean wrapperType)

getUserIdentity

  1. public java.lang.String getUserIdentity( )

setUserIdentity

  1. public void setUserIdentity(java.lang.String userIdentity)