Modifier and Type | Class and Description |
---|---|
static interface |
Pool.Queue
This class is part of the Egothor Project
|
Modifier and Type | Method and Description |
---|---|
void |
handle(Object data)
Description of the Method
|
boolean |
process(Object data)
Description of the Method
|
int |
size()
Return the maximum number of threads in the pool.
|
void |
stop()
Kill all waiting threads.
|
public int size()
public boolean process(Object data)
data
- Description of the Parameterpublic void stop()
public void handle(Object data)
data
- Description of the ParameterCopyright © 2016 Egothor. All Rights Reserved.