org.jboss.xnio
Interface CloseableExecutor

All Superinterfaces:
java.io.Closeable, java.util.concurrent.Executor

public interface CloseableExecutor
extends java.io.Closeable, java.util.concurrent.Executor

An executor that can be closed.


Method Summary
 
Methods inherited from interface java.io.Closeable
close
 
Methods inherited from interface java.util.concurrent.Executor
execute