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

📄 account.java

📁 音乐网站涉及到很多数据库查询
💻 JAVA
字号:
/* * Generated by XDoclet - Do not edit! */package com.interfaces;/** * Remote interface for Account. * @xdoclet-generated at ${TODAY} * @copyright The XDoclet Team * @author XDoclet * @version ${version} */public interface Account   extends javax.ejb.EJBObject{   /**    * An example business method    * @throws EJBException Thrown if method fails due to system-level error.    */   public void addFunds( double fund )      throws java.rmi.RemoteException;   /**    * An example business method    * @throws EJBException Thrown if method fails due to system-level error.    */   public void removeFunds( double fund )      throws java.rmi.RemoteException;   /**    * An example business method    * @throws EJBException Thrown if method fails due to system-level error.    */   public double getBalance(  )      throws java.rmi.RemoteException;}

⌨️ 快捷键说明

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