com.ibm.wbiserver.manualrecovery.impl
Class FailedEventDetail
- java.lang.Object
com.ibm.wbiserver.manualrecovery.FailedEventImpl
com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
com.ibm.wbiserver.manualrecovery.impl.FailedEventDetail
All implemented interfaces:
- public class FailedEventDetail
- extends com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
See Also:
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 |
---|---|
|
getExceptionDetail()
|
|
getMessage()
|
|
getParameters()
|
|
getUserIdentity()
|
|
isWrapperType()
|
|
setExceptionDetail(byte[] exceptionDetail)
|
|
setMessage(byte[] message)
|
|
setParameters(byte[] parameters)
|
|
setUserIdentity(java.lang.String userIdentity)
|
|
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)