首页 > 学院 > 开发设计 > 正文

Java核心代码例程之:(EJB) Remote Interface

2019-11-18 15:15:05
字体:
来源:转载
供稿:网友

/**
 * Remote interface for HelloWorldsessionBean
 *
 * @see HelloWorldSessionBean
 **/
public interface HelloWorldSession extends javax.ejb.EJBObject
{
   public String sayHello()
                  throws java.rmi.RemoteException;
}

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表