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

📄 greeterhome.java

📁 一个java写的加密算法
💻 JAVA
字号:
/* * Copyright 2004-2005 Sun Microsystems, Inc.  All rights reserved. * Use is subject to license terms. */package samples.logging.simple.ejb;/** * Home interface for the GreeterEJB. Clients generally use home interface * to obtain references to the bean's remote interface. * */public interface GreeterHome extends javax.ejb.EJBHome {    /**     * Gets a reference to the remote interface to the Greeter bean.     * @exception throws CreateException and RemoteException.     *     */    public Greeter create() throws java.rmi.RemoteException, javax.ejb.CreateException;}

⌨️ 快捷键说明

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