de.schlichtherle.io
Class LegacyExecutor
java.lang.Object
de.schlichtherle.io.LegacyExecutor
- All Implemented Interfaces:
- Executor
final class LegacyExecutor
- 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 |
threadName
private final String threadName
LegacyExecutor
public LegacyExecutor(String threadName)
- Constructs a new
LegacyExecutor.
This constructor is public in order to enable reflective access
(currently unused)!
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.