public interface CLUGJob extends java.rmi.Remote {
  String calculate (int n1, int n2) throws java.rmi.RemoteException;
}

