Class LifeCycleCompletionService

  • All Implemented Interfaces:
    org.picocontainer.Startable

    public class LifeCycleCompletionService
    extends Object
    implements org.picocontainer.Startable
    Process the callable request out of the http request.
    Version:
    $Revision$
    Author:
    Alain Defrance
    • 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()
      • start

        public void start()
        Specified by:
        start in interface org.picocontainer.Startable
      • stop

        public void stop()
        Specified by:
        stop in interface org.picocontainer.Startable