예제 #1
0
파일: SpaceProxy.java 프로젝트: Zengwn/jPOS
 public Serializable in(Serializable key, long timeout) throws RemoteException {
   return (Serializable) sp.in(key, timeout);
 }
예제 #2
0
파일: SpaceProxy.java 프로젝트: Zengwn/jPOS
 public Serializable in(Serializable key) throws RemoteException {
   return (Serializable) sp.in(key);
 }