Package org.jvnet.winp
Class ExitWindows
java.lang.Object
org.jvnet.winp.ExitWindows
Exit Windows.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Flags to control the behavior of ExitWindows. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Logs off the current user.static void
Shuts down the machine.static void
Reboots the machine.
-
Method Details
-
logOff
Logs off the current user. -
powerOff
Shuts down the machine. -
reboot
Reboots the machine.
-