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.RemoteException
java.lang.String showRunningTasks() throws java.rmi.RemoteException
java.rmi.RemoteException
void stop() throws java.rmi.RemoteException
java.rmi.RemoteException