IBM WebSphere Application ServerTM
Release 8

com.ibm.wbiserver.manualrecovery.impl
Class FailedEventDetail

java.lang.Object
  extended by com.ibm.wbiserver.manualrecovery.FailedEventImpl
      extended by com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
          extended by com.ibm.wbiserver.manualrecovery.impl.FailedEventDetail
All Implemented Interfaces:
FailedEvent, FailedEventWithParameters, SCAEvent, java.io.Serializable

public class FailedEventDetail
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
FailedEventDetail()
           
 
Method Summary
 byte[] getExceptionDetail()
           
 byte[] getMessage()
           
 byte[] getParameters()
           
 java.lang.String getUserIdentity()
           
 boolean isWrapperType()
           
 void setExceptionDetail(byte[] exceptionDetail)
           
 void setMessage(byte[] message)
           
 void setParameters(byte[] parameters)
           
 void setUserIdentity(java.lang.String userIdentity)
           
 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

public FailedEventDetail()
Method Detail

getExceptionDetail

public byte[] getExceptionDetail()

setExceptionDetail

public void setExceptionDetail(byte[] exceptionDetail)

getMessage

public byte[] getMessage()

setMessage

public void setMessage(byte[] message)

getParameters

public byte[] getParameters()

setParameters

public void setParameters(byte[] parameters)

isWrapperType

public boolean isWrapperType()

setWrapperType

public void setWrapperType(boolean wrapperType)

getUserIdentity

public java.lang.String getUserIdentity()

setUserIdentity

public void setUserIdentity(java.lang.String userIdentity)

IBM WebSphere Application ServerTM
Release 8