|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWorker
Interface for workers processing requests from an IMaster instance.
| Field Summary | |
|---|---|
static java.lang.String |
CVS_REVISION
String containing the CVS revision. |
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
java.lang.Object |
getStatus()
|
java.lang.Object |
pause()
Forces the worker to pause its work (can be resumed) |
java.lang.Object |
resume()
Forces the worker to resume a paused work |
java.lang.Object |
sendCommand(WorkerCommand a_command)
Lets a server send a command to process to the worker |
java.lang.Object |
stop()
Forces the worker to stop its work (cannot be resumed) |
| Field Detail |
|---|
static final java.lang.String CVS_REVISION
| Method Detail |
|---|
java.lang.String getDisplayName()
java.lang.Object getStatus()
java.lang.Object pause()
java.lang.Object stop()
java.lang.Object resume()
java.lang.Object sendCommand(WorkerCommand a_command)
a_command - the command to process
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||