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

📄 compute.java.bak

📁 chatbox in Java code application
💻 BAK
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -