Class LifeCycleCompletionService
java.lang.Object
org.exoplatform.social.common.lifecycle.LifeCycleCompletionService
- All Implemented Interfaces:
org.picocontainer.Startable
Process the callable request out of the http request.
- Version:
- $Revision$
- Author:
- Alain Defrance
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LifeCycleCompletionService
public LifeCycleCompletionService(org.exoplatform.container.xml.InitParams params)
-
-
Method Details
-
addTask
-
waitCompletionFinished
public void waitCompletionFinished() -
isAsync
public boolean isAsync() -
start
public void start()- Specified by:
startin interfaceorg.picocontainer.Startable
-
stop
public void stop()- Specified by:
stopin interfaceorg.picocontainer.Startable
-