class RexxAndJava.ExitDelayed
extends java.lang.Object
implements java.lang.Runnable
calls System.exit(exit_number)
. This allows the Rexx side
to gain time to shutdown properly.Modifier and Type | Field and Description |
---|---|
(package private) int |
exitCode
Holds the return value to be returned.
|
(package private) long |
sleepTime
Holds the time in milliseconds to wait before terminating the virtual machine.
|
Constructor and Description |
---|
ExitDelayed(int exitCode,
long sleepTime)
Saves the
exitCode . |
Modifier and Type | Method and Description |
---|---|
void |
run()
This makes this thread runnable.
|