关于java方法的跨系统远程调用
被调用端:系统注册调用信息
public interface SystemUsabilityRmi extends Remote{ /** * * @param id * @return * @throws RemoteException */ public boolean updateSystemUsability(String id,int level) throws RemoteException;}?