org.apache.cocoon.rest.optional
Class AbstractAsyncronService.ThreadPerTaskExecutor

java.lang.Object
  extended by org.apache.cocoon.rest.optional.AbstractAsyncronService.ThreadPerTaskExecutor
All Implemented Interfaces:
Executor
Enclosing class:
AbstractAsyncronService

public class AbstractAsyncronService.ThreadPerTaskExecutor
extends Object
implements Executor


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

Constructor Detail

AbstractAsyncronService.ThreadPerTaskExecutor

public AbstractAsyncronService.ThreadPerTaskExecutor()
Method Detail

execute

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


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.