TrueZIP 6.8.2

de.schlichtherle.io
Class LegacyExecutor

java.lang.Object
  extended by de.schlichtherle.io.LegacyExecutor
All Implemented Interfaces:
Executor

final class LegacyExecutor
extends Object
implements Executor

Since:
TrueZIP 6.4
Version:
$Id: LegacyExecutor.java 06f3ba684701 2010/11/04 01:15:55 christian $
Author:
Christian Schlichtherle

Nested Class Summary
private static class LegacyExecutor.LegacyTask
           
 
Field Summary
private  String threadName
           
 
Constructor Summary
LegacyExecutor(String threadName)
          Constructs a new LegacyExecutor.
 
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
 

Field Detail

threadName

private final String threadName
Constructor Detail

LegacyExecutor

public LegacyExecutor(String threadName)
Constructs a new LegacyExecutor. This constructor is public in order to enable reflective access (currently unused)!

Method Detail

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

TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.