|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wbiserver.manualrecovery.FailedEventImpl
com.ibm.wbiserver.manualrecovery.FailedEventWithParametersImpl
com.ibm.wbiserver.manualrecovery.impl.FailedEventDetail
public class FailedEventDetail
This class is for internal usage, for saving a failed event.
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, 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 |
---|
public FailedEventDetail()
Method Detail |
---|
public byte[] getExceptionDetail()
public void setExceptionDetail(byte[] exceptionDetail)
public byte[] getMessage()
public void setMessage(byte[] message)
public byte[] getParameters()
public void setParameters(byte[] parameters)
public boolean isWrapperType()
public void setWrapperType(boolean wrapperType)
public java.lang.String getUserIdentity()
public void setUserIdentity(java.lang.String userIdentity)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |