myrmiinterface.java

来自「Long-distance rmi transfers java to real」· Java 代码 · 共 22 行

JAVA
22
字号
package com.antbang.rmilab;import java.rmi.Remote;import java.rmi.RemoteException;/* * To change this template, choose Tools | Templates * and open the template in the editor. *//** * * @author GAGA */public interface MyRMIInterface extends Remote{    public java.util.Date getDate() throws RemoteException;    public String getDiscription() throws RemoteException;    public void sendMessage(Message message) throws RemoteException;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?