📄 taservice_sei.java
字号:
package com.ibm.ta.webservice;
import java.rmi.Remote;
import java.rmi.RemoteException;
public interface TAService_SEI extends Remote {
public Course[] listCourses() throws RemoteException, TAServiceException;
public Student[] listStudents() throws RemoteException, TAServiceException;
public void enroll(long studentID, long courseID) throws RemoteException,
TAServiceException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -