org.jboss.threads
Class ProtectedDirectExecutor

java.lang.Object
  extended by org.jboss.threads.ProtectedExecutor
      extended by org.jboss.threads.ProtectedDirectExecutor
All Implemented Interfaces:
java.util.concurrent.Executor, DirectExecutor

public class ProtectedDirectExecutor
extends ProtectedExecutor
implements DirectExecutor

A direct executor that simply delegates to another direct executor. Use instances of this class to hide extra methods on another executor.


Constructor Summary
ProtectedDirectExecutor(DirectExecutor delegate)
           
 
Method Summary
 
Methods inherited from class org.jboss.threads.ProtectedExecutor
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.concurrent.Executor
execute
 

Constructor Detail

ProtectedDirectExecutor

public ProtectedDirectExecutor(DirectExecutor delegate)


Copyright © 2011. All Rights Reserved.