public class ProcessQueue extends Object
| Constructor and Description |
|---|
ProcessQueue(int maxWorkers,
int maxWorkerIdleTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelProcess(Process process) |
void |
clear() |
int |
getMaxWorkerIdleTime() |
void |
runProcess(Process process) |
void |
stop() |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.