⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helloejbremote.java

📁 java的一系列产品中包括jsme,jmse,j2ee,本文件提供j2ee实现的源代码.
💻 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 + -