예제 #1
0
 /**
  * Controls whether Persistit will suspend all update operations. When enabled, Persistit will
  * delay each Thread that attempts to perform an update operation indefinitely.
  *
  * @param suspended
  * @throws RemoteException
  */
 @Override
 public void setUpdateSuspended(final boolean suspended) {
   _persistit.setUpdateSuspended(suspended);
 }