interface BetaServices extends java.rmi.Remote { boolean even(int n) throws java.rmi.RemoteException ; void register(AlphaServices peer) throws java.rmi.RemoteException; }