Scheduler.java - example implementation
Remote object implements methods
public class Scheduler implements IScheduler
extends java.rmi.server.UnicastRemoteObject
public String nextAccount()
throws java.rmi.RemoteException {
return computeNextAccount();