public interface LocalWorkpoolServer extends Remote
| Modifier and Type | Method and Description |
|---|---|
void |
barrierJoin(String serverHost) |
LoadInfo |
depositTasks(Vector<Task> t) |
LoadInfo |
getLoadInfo() |
LoadInfo |
getTerminationStatus(int oldts,
int newts) |
void |
reportInitialization() |
void |
reportJobCompletion() |
LoadInfo depositTasks(Vector<Task> t) throws RemoteException
RemoteExceptionvoid reportJobCompletion()
throws RemoteException
RemoteExceptionvoid reportInitialization()
throws RemoteException
RemoteExceptionLoadInfo getLoadInfo() throws RemoteException
RemoteExceptionLoadInfo getTerminationStatus(int oldts, int newts) throws RemoteException
RemoteExceptionvoid barrierJoin(String serverHost) throws RemoteException
RemoteException