com.jniwrapper.win32.process
Class CurrentProcess.ShutdownFlags

java.lang.Object
  extended by com.jniwrapper.util.FlagSet
      extended by com.jniwrapper.win32.process.CurrentProcess.ShutdownFlags
Enclosing class:
CurrentProcess

public static class CurrentProcess.ShutdownFlags
extends com.jniwrapper.util.FlagSet

ShutdownFlags class represents system shutdown flags.


Field Summary
static int SHUTDOWN_NORETRY
          This flag means that if process takes longer than the specified timeout to shut down, a retry dialog box is not displayed.
 
Constructor Summary
CurrentProcess.ShutdownFlags()
           
 
Method Summary
 boolean isNoRetry()
          Checks flag state.
 void setNoRetry(boolean set)
          Sets flag state.
 
Methods inherited from class com.jniwrapper.util.FlagSet
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SHUTDOWN_NORETRY

public static final int SHUTDOWN_NORETRY
This flag means that if process takes longer than the specified timeout to shut down, a retry dialog box is not displayed.

See Also:
Constant Field Values
Constructor Detail

CurrentProcess.ShutdownFlags

public CurrentProcess.ShutdownFlags()
Method Detail

setNoRetry

public void setNoRetry(boolean set)
Sets flag state.

Parameters:
set -

isNoRetry

public boolean isNoRetry()
Checks flag state.

Returns:
boolean flag state.