compute.java

来自「chatbox in Java code application」· Java 代码 · 共 12 行

JAVA
12
字号
public interface Compute extends Remote {
	
	Project3Bean loadBean(String bean_name);
冝	void createBean(Project4Bean bean);
冝	void setBean(Project4Bean bean);
冨	Modify the attribute of the bean with ID ¨obj_id〃 to ¨attributes〃. 
冨	We can use ¨parseCommand〃 and ¨toCommand〃 to get and set ¨attributes〃. 
冝	Project4Bean[] getAllBeans(); 
冝	Project4Bean getBean(String obj_id);

   Object executeTask(Task t) throws RemoteException;
}

⌨️ 快捷键说明

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