public interface AdminManager
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
echo() |
java.lang.String |
showRunningTasks() |
void |
stop() |
java.lang.String echo()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String showRunningTasks()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid stop() throws java.rmi.RemoteException
java.rmi.RemoteException