类 AbstractExecutorGroup<E extends ExecutorService>
java.lang.Object
cn.godmao.executor.AbstractExecutorGroup<E>
- 所有已实现的接口:
IExecute<E>,INext<E>,ISelector<E>,ISubmit<E>,IExecutorGroup<E>
- 直接已知子类:
DefaultExecutorGroup
public abstract class AbstractExecutorGroup<E extends ExecutorService>
extends Object
implements IExecutorGroup<E>
-
字段概要
字段 -
构造器概要
构造器构造器说明AbstractExecutorGroup(E[] executors) AbstractExecutorGroup(String thread_name, E[] executors) -
方法概要
-
字段详细资料
-
counter
-
executors
-
thread_name
-
-
构造器详细资料
-
AbstractExecutorGroup
-
AbstractExecutorGroup
-
-
方法详细资料
-
getCounter
-
getThreadName
-
isTerminated
public boolean isTerminated()- 指定者:
isTerminated在接口中IExecutorGroup<E extends ExecutorService>
-
isShutdown
public boolean isShutdown()- 指定者:
isShutdown在接口中IExecutorGroup<E extends ExecutorService>
-
shutdown
public void shutdown()- 指定者:
shutdown在接口中IExecutorGroup<E extends ExecutorService>
-
getExecutors
- 指定者:
getExecutors在接口中IExecutorGroup<E extends ExecutorService>
-
next
- 指定者:
next在接口中INext<E extends ExecutorService>
-
execute
- 指定者:
execute在接口中IExecute<E extends ExecutorService>
-
submit
- 指定者:
submit在接口中ISubmit<E extends ExecutorService>
-
submit
- 指定者:
submit在接口中ISubmit<E extends ExecutorService>
-
submit
- 指定者:
submit在接口中ISubmit<E extends ExecutorService>
-