| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.javatools.management.Memory
public class Memory
Memory utilities, some HotSpot dependent.
| Constructor Summary | |
|---|---|
Memory() | 
|
| Method Summary | |
|---|---|
static void | 
dumpHeap(java.lang.String path, boolean live)Dump a snapshot of memory to a file.  | 
static java.lang.String | 
summary()Gets a summary of current memory.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Memory()
| Method Detail | 
|---|
public static java.lang.String summary()
public static void dumpHeap(java.lang.String path,
                            boolean live)
path - the path of the file to create.live - whether to dump only live objects.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||