Sets the title of the console in which the Wrapper is running.
Signal the native wrapper that the startup is progressing but that more
time is needed.
This method should not normally be called by user code as it is called
from within the stop and restart methods.
Signal the native wrapper that the shutdown is progressing but that more
time is needed.
Starts the runner thread.
Start the Java side of the Wrapper code running.
The start method is called when the WrapperManager is signaled by the
native wrapper code that it can start its application.
The start method is called when the WrapperManager is signalled by the
native wrapper code that it can start its application.
The start method is called when the WrapperManager is signalled by the
native wrapper code that it can start its application.
Stops the runner thread, blocking until it has stopped.
Called when the application is shutting down.
Tells the native wrapper that the JVM wants to shut down, then informs
all listeners that the JVM is about to shutdown before killing the JVM.
Called when the application is shutting down.
Called when the application is shutting down.
Tells the native wrapper that the JVM wants to shut down and then
promptly halts.