Java核心代码例程之:RMIExample.java
2008-01-05 08:38:20 来源:WEB开发网核心提示:import java.rmi.*;/** * Remote interface for the RMIExampleServer * @author Renga **/public interface RMIExample extends Remote {/** * Returns a string to the c
import java.rmi.*;
/**
* Remote interface for the RMIExampleServer
* @author Renga
**/
public interface RMIExample extends Remote {
/**
* Returns a string to the caller
* @return A string
* @throws RemoteException
**/
public String sayHello() throws RemoteException;
}
更多精彩
赞助商链接