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 ExportImportLifecycleListenerpublic void onExportImportLifecycleEvent(ExportImportLifecycleEvent exportImportLifecycleEvent) throws Exception
onExportImportLifecycleEvent in interface ExportImportLifecycleListenerExceptionprotected void onProcessFailed(List<Serializable> attributes) throws Exception
Exceptionprotected void onProcessStarted(List<Serializable> attributes) throws Exception
Exceptionprotected void onProcessSucceeded(List<Serializable> attributes) throws Exception
Exception