|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.threads.ProtectedExecutor
org.jboss.threads.ProtectedDirectExecutor
public class ProtectedDirectExecutor
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 |
---|
public ProtectedDirectExecutor(DirectExecutor delegate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |