org.exoplatform.social.common.lifecycle
Class LifeCycleCompletionService

java.lang.Object
  extended by org.exoplatform.social.common.lifecycle.LifeCycleCompletionService

public class LifeCycleCompletionService
extends Object

Process the callable request out of the http request.

Version:
$Revision$
Author:
Alain Defrance

Constructor Summary
LifeCycleCompletionService(org.exoplatform.container.xml.InitParams params)
           
 
Method Summary
 void addTask(Callable callable)
           
 boolean isAsync()
           
 void waitCompletionFinished()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifeCycleCompletionService

public LifeCycleCompletionService(org.exoplatform.container.xml.InitParams params)
Method Detail

addTask

public void addTask(Callable callable)

waitCompletionFinished

public void waitCompletionFinished()

isAsync

public boolean isAsync()


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.