FileDocCategorySizeDatePackage
ServiceServer.javaAPI DocExample191Sat Jan 08 12:06:56 GMT 2005None

ServiceServer.java

import java.rmi.*;

public interface ServiceServer extends Remote {

    Object[] getServiceList() throws RemoteException;

    Service getService(Object serviceKey) throws RemoteException;
}