Known Direct Subclasses
|
Class Overview
Event that is raised when an Data Center export has completed executing.
To determine whether the export has finished successfully, the state
should be inspected.
Public Constructors
public
MigrationExportFinishedEvent
(Object source, Job job, long errorCount, long infoCount, long warningCount)
Public Methods
public
long
getErrorCount
()
Returns
- count of export error messages
public
int
getFinalState
()
Returns
- The JobState#id that the export job was in when it completed
public
long
getInfoCount
()
Returns
- count of export info messages
public
long
getWarningCount
()
Returns
- count of export info messages