org.wicketstuff.progressbar.spring
Class AsynchronousExecutor

java.lang.Object
  extended by org.wicketstuff.progressbar.spring.AsynchronousExecutor
All Implemented Interfaces:
Executor

public class AsynchronousExecutor
extends Object
implements Executor

Simple wrapper around java.util.concurrent Executors.

Author:
Christopher Hlubek (hlubek)

Constructor Summary
AsynchronousExecutor()
           
 
Method Summary
 void execute(Runnable command)
           
 void join()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousExecutor

public AsynchronousExecutor()
Method Detail

execute

public void execute(Runnable command)
Specified by:
execute in interface Executor

join

public void join()
          throws InterruptedException
Throws:
InterruptedException


Copyright © 2007–2016. All rights reserved.