JavaTM 2 Platform
Standard Ed. 6

类 java.lang.management.MemoryType
的使用

使用 MemoryType 的软件包
java.lang.management 提供管理接口,用于监视和管理 Java 虚拟机以及 Java 虚拟机在其上运行的操作系统。 
 

java.lang.managementMemoryType 的使用
 

返回 MemoryTypejava.lang.management 中的方法
 MemoryType MemoryPoolMXBean.getType()
          返回此内存池的类型。
static MemoryType MemoryType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static MemoryType[] MemoryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only