public abstract class BaseProcessExportImportLifecycleListener extends Object implements ExportImportLifecycleListener
Constructor and Description |
---|
BaseProcessExportImportLifecycleListener() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
isParallel() |
void |
onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent) |
protected void |
onProcessFailed(List<Serializable> attributes) |
protected void |
onProcessStarted(List<Serializable> attributes) |
protected void |
onProcessSucceeded(List<Serializable> attributes) |
public BaseProcessExportImportLifecycleListener()
public abstract boolean isParallel()
isParallel
in interface ExportImportLifecycleListener
public void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent) throws Exception
onExportImportLifecycleEvent
in interface ExportImportLifecycleListener
Exception
protected void onProcessFailed(List<Serializable> attributes) throws Exception
Exception
protected void onProcessStarted(List<Serializable> attributes) throws Exception
Exception
protected void onProcessSucceeded(List<Serializable> attributes) throws Exception
Exception