public class BMExecutor
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
BMExecutor.BMTask  | 
static interface  | 
BMExecutor.BMTaskMonitor  | 
static interface  | 
BMExecutor.IHasPriority  | 
| Modifier and Type | Field and Description | 
|---|---|
static long | 
DEFAULT_TIMEOUT  | 
| Constructor and Description | 
|---|
BMExecutor(int thread,
          java.lang.String name)  | 
BMExecutor(java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.ExecutorService | 
asExecutorService()  | 
void | 
execute(BMExecutor.BMTask command)  | 
void | 
executeDirect(BMExecutor.BMTask command)  | 
public static final long DEFAULT_TIMEOUT
public BMExecutor(java.lang.String name)
public BMExecutor(int thread,
                  java.lang.String name)
public java.util.concurrent.ExecutorService asExecutorService()
public void execute(BMExecutor.BMTask command)
public void executeDirect(BMExecutor.BMTask command)
Copyright © 2023. All Rights Reserved.