|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PlodderServer
Server viewed from a client.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
Task |
getTask()
Returns a task for execution. |
void |
setTaskErrorneus(Task task)
Returns a task to the server that caused an error during execution. |
void |
setTaskFinished(Task task)
Returns a task to the server that has finished its execution. during execution. |
void |
setTaskUnfinished(Task task)
Returns a task to the server that is not yet finished. |
| Method Detail |
|---|
Task getTask()
void setTaskUnfinished(Task task)
throws VgridException
VgridException
void setTaskErrorneus(Task task)
throws VgridException
VgridException
void setTaskFinished(Task task)
throws VgridException
VgridExceptionjava.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||