IBM WebSphere Application ServerTM
Release 7

com.ibm.wbiserver.manualrecovery
Interface FailedEventExceptionReport


public interface FailedEventExceptionReport

The FailedEventExceptionReport interface defines the structured information of exception when performing a batch operation to delete and resubmit failed events.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getExceptionDetail()
          Get exception detail.
 java.util.Date getExceptionTime()
          Get the time when exception happens.
 java.lang.String getMsgId()
          Get failed event message id.
 boolean isWarning()
           
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getMsgId

java.lang.String getMsgId()
Get failed event message id.

Returns:
message id

getExceptionTime

java.util.Date getExceptionTime()
Get the time when exception happens.

Returns:
exception time

getExceptionDetail

java.lang.String getExceptionDetail()
Get exception detail.

Returns:
exception detail

isWarning

boolean isWarning()
Returns:
boolean

IBM WebSphere Application ServerTM
Release 7