|
20080812, rgf | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rexxla.bsf.engines.rexx.RexxAndJava.ExitDelayed
Class to exit the JVM, will be executed concurrently, sleeps and then
calls System.exit(exit_number)
. This allows the Rexx side
to gain time to shutdown properly.
Field Summary | |
(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 Summary | |
(package private) |
RexxAndJava.ExitDelayed(int exitCode,
long sleepTime)
Saves the exitCode . |
Method Summary | |
void |
run()
This makes this thread runnable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int exitCode
long sleepTime
Constructor Detail |
RexxAndJava.ExitDelayed(int exitCode, long sleepTime)
exitCode
.
Method Detail |
public void run()
sleepTime
and
terminates the Java virtual machine with exitCode
.
run
in interface java.lang.Runnable
|
20080812, rgf | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |