class StopTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
StopTest.Child |
(package private) class |
StopTest.ShutDown |
Modifier and Type | Field and Description |
---|---|
(package private) static boolean |
callExitMain |
(package private) static boolean |
callExitThread |
(package private) static boolean |
exceptionMain |
(package private) static boolean |
exceptionThread |
(package private) static boolean |
exitMain |
(package private) static boolean |
shutDownHook |
(package private) static boolean |
startThread |
Constructor and Description |
---|
StopTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] argv)
The main method called when the service starts.
|
static void |
stop() |
static boolean exitMain
static boolean shutDownHook
static boolean exceptionMain
static boolean exceptionThread
static boolean startThread
static boolean callExitMain
static boolean callExitThread