MemoryType


MemoryType java.lang.management

Java 5.0 serializable comparable enum

The constants defined by this enumerated type define the type of a memory pool as either heap or nonheap memory. See MemoryPoolMXBean.getType( ) .

Figure 10-87. java.lang.management.MemoryType

 public enum  MemoryType  {  // Enumerated Constants   HEAP  ,  NON_HEAP  ;  // Public Class Methods  public static MemoryType  valueOf  (String  name  );        public static final MemoryType[ ]  values  ( );  // Public Methods Overriding Enum  public String  toString  ( );   } 

Returned By

MemoryPoolMXBean.getType( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net