📄 helloejbremote.java
字号:
/*
*
* Copyright 2002 Author,Zhang Hongzhan. All Rights Reserved.
*
* This software is the proprietary information of Author..
*
*/
package helloejb;
import java.rmi.RemoteException;
import javax.ejb.EJBObject;
import java.math.*;
public interface HelloEJBRemote extends EJBObject {
public String HelloWorld() throws RemoteException;
public BigDecimal dollarToRMB(BigDecimal dollars) throws RemoteException;
public BigDecimal poundToRMB(BigDecimal pound) throws RemoteException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -