TrueZIP 6.8.3

de.schlichtherle.io
Class JSE5Executor

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

final class JSE5Executor
extends Object
implements Executor

Since:
TrueZIP 6.4
Author:
Christian Schlichtherle

Nested Class Summary
private static class JSE5Executor.JSE5Task
           
 
Field Summary
private  java.util.concurrent.ExecutorService service
           
 
Constructor Summary
JSE5Executor(String threadName)
          Constructs a new JSE5Executor.
 
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

service

private final java.util.concurrent.ExecutorService service
Constructor Detail

JSE5Executor

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

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.3

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