Exemplo n.º 1
0
 public Serializable in(Serializable key, long timeout) throws RemoteException {
   return (Serializable) sp.in(key, timeout);
 }
Exemplo n.º 2
0
 public Serializable in(Serializable key) throws RemoteException {
   return (Serializable) sp.in(key);
 }