|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jpackages.execj.WindowsExe
public final class WindowsExe
This class provides functionality specific to running as an exe.
Copyright (c) 2001-2007
| Constructor Summary | |
|---|---|
WindowsExe()
|
|
| Method Summary | |
|---|---|
static boolean |
isWindowsService()
Retrieve if this application is running as a Windows Service |
static void |
restart()
Restart this application. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WindowsExe()
| Method Detail |
|---|
public static void restart()
Restart this application.
If called when not running as an exe, this method will cause an exit of the application.
public static boolean isWindowsService()
Retrieve if this application is running as a Windows Service
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||