其中remote不是接口么?@Remote
public interface StatefulAccountRemote {
void depoist(double amount)throws Exception;
void withdraw(double amount)throws Exception;
public double getBalance(String id);
添加回答
举报
0/150
提交
取消