org.apache.axis2.jaxws.utility
Class SingleThreadedExecutor

java.lang.Object
  extended by org.apache.axis2.jaxws.utility.SingleThreadedExecutor
All Implemented Interfaces:
java.util.concurrent.Executor

public class SingleThreadedExecutor
extends java.lang.Object
implements java.util.concurrent.Executor

A simple Executor implementation that does not create a new thread for processing work, but just borrows the current thread.


Field Summary
static org.apache.commons.logging.Log log
           
 
Constructor Summary
SingleThreadedExecutor()
           
 
Method Summary
 void execute(java.lang.Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.commons.logging.Log log
Constructor Detail

SingleThreadedExecutor

public SingleThreadedExecutor()
Method Detail

execute

public void execute(java.lang.Runnable command)
Specified by:
execute in interface java.util.concurrent.Executor


Copyright © 2007 Apache Web Services Project. All Rights Reserved.