|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.Runtime
Access to the runtime environment
| Method Summary | |
void |
exit(int status)
Exit the program |
long |
freeMemory()
Return the amount of free memory |
void |
gc()
Run the garbage collector - this does nothing at the moment as the GC only runs when there is no memory |
static Runtime |
getRuntime()
Get the runtime |
long |
totalMemory()
Return the total memory in the system |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Runtime getRuntime()
public void exit(int status)
status - The exit statuspublic long freeMemory()
public long totalMemory()
public void gc()
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||