de.schlichtherle.io
Class JSE5Executor
java.lang.Object
de.schlichtherle.io.JSE5Executor
- All Implemented Interfaces:
- Executor
final class JSE5Executor
- extends Object
- implements Executor
- Since:
- TrueZIP 6.4
- Author:
- Christian Schlichtherle
|
Method Summary |
Task |
submit(Runnable target)
Returns a cancellable Task for the given
target. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
service
private final java.util.concurrent.ExecutorService service
JSE5Executor
public JSE5Executor(String threadName)
- Constructs a new
JSE5Executor.
This constructor is public in order to enable reflective access!
submit
public Task submit(Runnable target)
- Description copied from interface:
Executor
- Returns a cancellable
Task for the given
target.
- Specified by:
submit in interface Executor
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.