com.smaxe.me.core
Interface ExecutorService

All Superinterfaces:
Executor
All Known Implementing Classes:
AsyncWorker, SyncWorker

public interface ExecutorService
extends Executor

ExecutorService - Executor service.

Author:
Andrei Sochirca

Method Summary
 void shutdown()
          Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
 
Methods inherited from interface com.smaxe.me.core.Executor
execute
 

Method Detail

shutdown

void shutdown()
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted. Invocation has no additional effect if already shut down.