예제 #1
0
 /**
  * Indicates whether Persistit is suspending all update operations. When enabled, Persistit will
  * indefinitely delay each Thread that attempts to perform an update operation.
  *
  * @return <code>true</code> if Persistit will suspend any attempt to update a <code>Volume</code>
  *     ; otherwise <code>false</code>.
  * @throws RemoteException
  */
 @Override
 public boolean isUpdateSuspended() {
   return _persistit.isUpdateSuspended();
 }