com.ibm.wbiserver.manualrecovery.impl
Class FailedEventDetail
java.lang.Object
FailedEventWithParametersImpl
com.ibm.wbiserver.manualrecovery.impl.FailedEventDetail
public class FailedEventDetail
- extends FailedEventWithParametersImpl
This class is for internal usage, for saving a failed event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailedEventDetail
public FailedEventDetail()
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)