org.ops4j.pax.web.service.internal
Class Executor

java.lang.Object
  extended by org.ops4j.pax.web.service.internal.Executor

public class Executor
extends Object


Nested Class Summary
static class Executor.Future
           
 
Constructor Summary
Executor()
           
 
Method Summary
 void shutdown()
           
 Executor.Future submit(Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Executor

public Executor()
Method Detail

submit

public Executor.Future submit(Runnable runnable)

shutdown

public void shutdown()
              throws InterruptedException
Throws:
InterruptedException


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.