|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvgrid.server.LocalPlodderServer
public class LocalPlodderServer
A plodder that runs in the same VM as the Server.
| Constructor Summary | |
|---|---|
LocalPlodderServer(ExecutingPlodderServer srv)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalPlodderServer(ExecutingPlodderServer srv)
| Method Detail |
|---|
public Task getTask()
PlodderServer
getTask in interface PlodderServer
public void setTaskUnfinished(Task task)
throws VgridException
PlodderServer
setTaskUnfinished in interface PlodderServerVgridException
public void setTaskErrorneus(Task task)
throws VgridException
PlodderServer
setTaskErrorneus in interface PlodderServerVgridException
public void setTaskFinished(Task task)
throws VgridException
PlodderServer
setTaskFinished in interface PlodderServerVgridExceptionpublic java.lang.String getDescription()
getDescription in interface PlodderServer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||