コード例 #1
0
ファイル: ErosProxy.java プロジェクト: blarty/eros
 /**
  * @return
  * @throws java.rmi.RemoteException
  */
 public Object getAdmin() throws RemoteException {
   return backend.getAdmin();
 }