ipkgenerator.java.svn-base

来自「Master EJB 2.0 源码,该源码是在weblogic环境下部署的」· SVN-BASE 代码 · 共 11 行

SVN-BASE
11
字号
import java.rmi.Remote;
import java.rmi.RemoteException;

/**
 * The remote interface for the remote object.  Clients use this
 * remote interface to perform any operations on the remote object.
 */
public interface IPKGenerator extends Remote {
	public long generate() throws RemoteException;
}

⌨️ 快捷键说明

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