Example #1
0
 public Serializable rd(Serializable key, long timeout) throws RemoteException {
   return (Serializable) sp.rd(key, timeout);
 }
Example #2
0
 public Serializable rd(Serializable key) throws RemoteException {
   return (Serializable) sp.rd(key);
 }