scoresessionremote.java

来自「在线考试 考生登陆 查分 管理员管理后台等的 的的的的达到的达到的的的」· Java 代码 · 共 30 行

JAVA
30
字号
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package demo;import javax.ejb.Remote;/** * * @author Administrator */@Remotepublic interface ScoreSessionRemote {    @javax.annotation.PostConstruct    public void ScoreSessionBean(int UID);    public java.util.List getScoreList();    public com.eonline.model.Score addScore(int UID, java.sql.Timestamp date, int score, java.lang.String answer, java.lang.String s_answer);    public com.eonline.model.Score addScore(com.eonline.model.Score score);    @javax.annotation.PostConstruct    public void init();    }

⌨️ 快捷键说明

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