| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--java.lang.Runtime
VM에 Runtime객체는 하나만 존재하며 이 객체를 통해 프로그램이 동작하는 환경에 대한 정보를 얻을 수 있다.
| Method Summary | |
|  void | exit(int status)현재 수행 중인 프로그램을 종료한다. | 
|  long | freeMemory()현재 사용 가능한 메모리량을 구한다. | 
|  void | gc()garbage Collection을 기동 시킴니다. | 
| static Runtime | getRuntime()시스템내에 존재하는 Runtime객체 정보를 구한다. | 
|  long | totalMemory()시스템 내에 존재하는 메모리 총량을 구한다. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public void exit(int status)
status - 종료 상황에 대한 정보를 나타내는 정수값.public long freeMemory()
public void gc()
public static Runtime getRuntime()
public long totalMemory()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
AromaSoft Corp. Proprietary and Confidential 
 
(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact :  contact@aromasoft.com