public interface WorkpoolServer extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
addTask(Task t) |
WorkStatus |
getTask() |
long |
reportCompletion(Task t,
HashSet<Task> tasksCreated) |
void addTask(Task t) throws RemoteException
RemoteExceptionWorkStatus getTask() throws RemoteException
RemoteExceptionlong reportCompletion(Task t, HashSet<Task> tasksCreated) throws RemoteException
RemoteException