public interface GlobalWorkpoolServer extends WorkpoolServer
| Modifier and Type | Method and Description |
|---|---|
String |
getStats() |
WorkStatus |
getTaskForHost(String hostname) |
void |
reportStartup(String url) |
addTask, getTask, reportCompletionvoid reportStartup(String url) throws RemoteException
RemoteExceptionWorkStatus getTaskForHost(String hostname) throws RemoteException
RemoteExceptionString getStats() throws RemoteException
RemoteException