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;
}
闽公网安备 35060202000074号