예제 #1
0
 /**
  * Indicates whether Persistit will suspend its shutdown activities on invocation of {@link
  * #close}. This flag is intended for use by management tools that need to keep Persistit open
  * even when the application has requested it to close so that the final state of the Persistit
  * environment can be examined.
  *
  * @return <code>true</code> if Persistit will wait when attempting to close; <code>false</code>
  *     if the <code>close</code> operation will not be suspended.
  */
 @Override
 public boolean isShutdownSuspended() {
   return _persistit.isShutdownSuspended();
 }