fundpricesessionfacade_port.java

来自「EJB+Struts+Webservice实现的开放式基金管理系统」· Java 代码 · 共 33 行

JAVA
33
字号
/**
 * FundPriceSessionFacade_Port.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2beta3 Aug 01, 2004 (05:59:22 PDT) WSDL2Java emitter.
 */

package com.fund.fund;

/**
 *
 * <p>Title: </p>
 *
 * <p>Description: </p>
 *
 * <p>Copyright: Copyright (c) 2005</p>
 *
 * <p>Company: </p>
 *
 * @author not attributable
 * @version 1.0
 */
public interface FundPriceSessionFacade_Port extends java.rmi.Remote {
    /**
     *
     * @param fundNo int
     * @return double
     * @throws java.rmi.RemoteException e
     */
    public double getCurrentPrice(int fundNo)
            throws java.rmi.RemoteException;
}

⌨️ 快捷键说明

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