Constructor and Description |
---|
WorkerExecutor(BlockingQueue<Runnable> queue,
WorkerBean workerBean) |
Modifier and Type | Method and Description |
---|---|
WorkerBean |
getWorkerBean() |
void |
run() |
void |
stop()
send a message to notify all thread that the worker will be stop.
|
public WorkerExecutor(BlockingQueue<Runnable> queue, WorkerBean workerBean)
public void stop()
public WorkerBean getWorkerBean()
Copyright © 2018 Vitam. All rights reserved.