public interface EmployeeI extends Java.rmi.Remote { public String getName() throwsJava.rmi.RemoteException; public String getLocation () throwsJava.rmi.RemoteException; } public class EmployeeImpl implements EmployeeI { public String getName(){ } public String getLocation (){ } } 通过元数据的支持...
public interface EmployeeI extends Java.rmi.Remote { public String getName() throwsJava.rmi.RemoteException; public String getLocation () throwsJava.rmi.RemoteException; } public class EmployeeImpl implements EmployeeI { public String getName(){ } public String getLocation (){ } }...