|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.util.FlagSet
com.jniwrapper.win32.process.CurrentProcess.ShutdownFlags
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 |
public static final int SHUTDOWN_NORETRY
| Constructor Detail |
public CurrentProcess.ShutdownFlags()
| Method Detail |
public void setNoRetry(boolean set)
set - public boolean isNoRetry()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||