Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.lar
Class ExportImportProcessCallbackLifecycleListener

java.lang.Object
  extended by com.liferay.portlet.exportimport.lifecycle.BaseProcessExportImportLifecycleListener
      extended by com.liferay.portlet.exportimport.lar.ExportImportProcessCallbackLifecycleListener
All Implemented Interfaces:
ExportImportLifecycleListener

public class ExportImportProcessCallbackLifecycleListener
extends BaseProcessExportImportLifecycleListener


Constructor Summary
ExportImportProcessCallbackLifecycleListener()
           
 
Method Summary
 boolean isParallel()
           
protected  void onProcessFailed(List<Serializable> attributes)
           
protected  void onProcessStarted(List<Serializable> attributes)
           
protected  void onProcessSucceeded(List<Serializable> attributes)
           
 
Methods inherited from class com.liferay.portlet.exportimport.lifecycle.BaseProcessExportImportLifecycleListener
onExportImportLifecycleEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImportProcessCallbackLifecycleListener

public ExportImportProcessCallbackLifecycleListener()
Method Detail

isParallel

public boolean isParallel()
Specified by:
isParallel in interface ExportImportLifecycleListener
Specified by:
isParallel in class BaseProcessExportImportLifecycleListener

onProcessFailed

protected void onProcessFailed(List<Serializable> attributes)
                        throws Exception
Overrides:
onProcessFailed in class BaseProcessExportImportLifecycleListener
Throws:
Exception

onProcessStarted

protected void onProcessStarted(List<Serializable> attributes)
                         throws Exception
Overrides:
onProcessStarted in class BaseProcessExportImportLifecycleListener
Throws:
Exception

onProcessSucceeded

protected void onProcessSucceeded(List<Serializable> attributes)
                           throws Exception
Overrides:
onProcessSucceeded in class BaseProcessExportImportLifecycleListener
Throws:
Exception

Liferay 7.0-ce-m6