com.roeschter.jsl
Class StopTest

java.lang.Object
  |
  +--com.roeschter.jsl.StopTest

class StopTest
extends java.lang.Object


Nested Class Summary
(package private)  class StopTest.Child
           
(package private)  class StopTest.ShutDown
           
 
Field Summary
(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 Summary
(package private) StopTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
          The main method called when the service starts.
static void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exitMain

static boolean exitMain

shutDownHook

static boolean shutDownHook

exceptionMain

static boolean exceptionMain

exceptionThread

static boolean exceptionThread

startThread

static boolean startThread

callExitMain

static boolean callExitMain

callExitThread

static boolean callExitThread
Constructor Detail

StopTest

StopTest()
Method Detail

stop

public static void stop()

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
The main method called when the service starts.

java.lang.Exception