|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvgrid.server.LocalDispenserServer
public class LocalDispenserServer
Server Proxy that resides in the same VM as the Server itself.
| Constructor Summary | |
|---|---|
LocalDispenserServer(ExecutingPlodderServer srv)
|
|
| Method Summary | |
|---|---|
void |
addLibrary(java.io.File lib)
Adds a library to the server. |
void |
addNewTask(Task task)
Adds a new task to the server to be executed. |
void |
clear()
Clear. |
java.lang.String |
getDescription()
|
java.lang.String |
getId()
Returns a unique id that can be used as tasks id. |
ExecutingPlodderServer |
getPlodderServer()
|
java.util.Collection |
retrieveErrorneousTasks(java.lang.String jobId)
Returns a collection of tasks that are errorneus. |
java.util.Collection |
retrieveFinishedTasks(java.lang.String jobId)
Returns a collection of tasks that are already finished. |
void |
setPlodderServer(ExecutingPlodderServer plodderServer)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalDispenserServer(ExecutingPlodderServer srv)
| Method Detail |
|---|
public void addNewTask(Task task)
throws VgridException
DispenserServer
addNewTask in interface DispenserServerVgridException
public java.util.Collection retrieveFinishedTasks(java.lang.String jobId)
throws VgridException
DispenserServer
retrieveFinishedTasks in interface DispenserServerVgridException
public java.util.Collection retrieveErrorneousTasks(java.lang.String jobId)
throws VgridException
DispenserServer
retrieveErrorneousTasks in interface DispenserServerVgridException
public java.lang.String getId()
throws VgridException
DispenserServer
getId in interface DispenserServerVgridExceptionpublic void addLibrary(java.io.File lib)
DispenserServer
addLibrary in interface DispenserServerpublic void clear()
DispenserServer
clear in interface DispenserServerpublic java.lang.String getDescription()
getDescription in interface DispenserServerpublic ExecutingPlodderServer getPlodderServer()
public void setPlodderServer(ExecutingPlodderServer plodderServer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||