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