|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
dcf.client.WorkerGroup
The worker group activates a number of workers on the same client.
| Constructor Summary | |
WorkerGroup(MainPanel parent)
|
|
| Method Summary | |
void |
addMessage(dcf.client.String str)
Adds a message to the MainPanel. |
int |
getCount()
|
dcf.client.Vector |
getWorkers()
|
void |
setCount(int k)
Sets the number of active workers. |
void |
setStatus(dcf.client.String str)
Sets the statusbar of the MainPanel. |
void |
setTitle(dcf.client.String str)
Sets the title of the MainPanel. |
void |
startAll()
Start all workers in group. |
void |
stopAll()
Stop all workers in group. |
| Constructor Detail |
public WorkerGroup(MainPanel parent)
| Method Detail |
public void setCount(int k)
k - The number of workers.public int getCount()
public void startAll()
public void stopAll()
public dcf.client.Vector getWorkers()
public void setStatus(dcf.client.String str)
str - The text to place in statusbar.public void setTitle(dcf.client.String str)
str - The title to set in GUI.public void addMessage(dcf.client.String str)
str - The message to add in GUI.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||