예제 #1
0
파일: ErosProxy.java 프로젝트: blarty/eros
 /**
  * @return
  * @throws RemoteException
  */
 public long getCurrentQueueSize() throws RemoteException {
   return backend.getCurrentQueueSize();
 }