|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.Worker
public class Worker
| Constructor Summary | |
|---|---|
Worker(java.lang.String name,
WorkerService work)
Constructs an instance of this class from the specified name and work parameters. |
|
| Method Summary | |
|---|---|
boolean |
isRunning()
Gets the running (boolean) value. |
protected void |
process()
Process. |
void |
start()
Start. |
void |
stop()
Stop. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Worker(java.lang.String name,
WorkerService work)
name - The name (String) parameter.work - The work (WorkerService) parameter.| Method Detail |
|---|
public boolean isRunning()
boolean) value.protected void process()
public void start()
public void stop()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||