Monitoring and Management Interface for the Java Platform
C E F G H O T U V

C

com.sun.management - package com.sun.management
This package contains Sun Microsystem's platform extension to the implementation of the java.lang.management API and also defines the management interface for some other components for the platform.
containsKey(String) - Method in class com.sun.management.GcInfo
 
containsValue(Object) - Method in class com.sun.management.GcInfo
 

E

equals(Object) - Method in class com.sun.management.GcInfo
 

F

from(CompositeData) - Static method in class com.sun.management.GcInfo
Returns a GcInfo object represented by the given CompositeData.

G

GarbageCollectorMXBean - Interface in com.sun.management
Platform-specific management interface for a garbage collector which performs collections in cycles.
GcInfo - Class in com.sun.management
Garbage collection information.
get(String) - Method in class com.sun.management.GcInfo
 
getAll(String[]) - Method in class com.sun.management.GcInfo
 
getCommittedVirtualMemorySize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the amount of virtual memory that is guaranteed to be available to the running process in bytes, or -1 if this operation is not supported.
getCompositeType() - Method in class com.sun.management.GcInfo
 
getDuration() - Method in class com.sun.management.GcInfo
Returns the elapsed time of this GC in milliseconds.
getEndTime() - Method in class com.sun.management.GcInfo
Returns the end time of this GC in milliseconds since the Java virtual machine was started.
getFreePhysicalMemorySize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the amount of free physical memory in bytes.
getFreeSwapSpaceSize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the amount of free swap space in bytes.
getId() - Method in class com.sun.management.GcInfo
Returns the identifier of this garbage collection which is the number of collections that this collector has done.
getLastGcInfo() - Method in interface com.sun.management.GarbageCollectorMXBean
Returns the GC information about the most recent GC.
getMaxFileDescriptorCount() - Method in interface com.sun.management.UnixOperatingSystemMXBean
Returns the maximum number of file descriptors.
getMemoryUsageAfterGc() - Method in class com.sun.management.GcInfo
Returns the memory usage of all memory pools at the end of this GC.
getMemoryUsageBeforeGc() - Method in class com.sun.management.GcInfo
Returns the memory usage of all memory pools at the beginning of this GC.
getOpenFileDescriptorCount() - Method in interface com.sun.management.UnixOperatingSystemMXBean
Returns the number of open file descriptors.
getProcessCpuTime() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the CPU time used by the process on which the Java virtual machine is running in nanoseconds.
getStartTime() - Method in class com.sun.management.GcInfo
Returns the start time of this GC in milliseconds since the Java virtual machine was started.
getTotalPhysicalMemorySize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the total amount of physical memory in bytes.
getTotalSwapSpaceSize() - Method in interface com.sun.management.OperatingSystemMXBean
Returns the total amount of swap space in bytes.

H

hashCode() - Method in class com.sun.management.GcInfo
 

O

OperatingSystemMXBean - Interface in com.sun.management
Platform-specific management interface for the operating system on which the Java virtual machine is running.

T

toString() - Method in class com.sun.management.GcInfo
 

U

UnixOperatingSystemMXBean - Interface in com.sun.management
Platform-specific management interface for the Unix operating system on which the Java virtual machine is running.

V

values() - Method in class com.sun.management.GcInfo
 

C E F G H O T U V
Monitoring and Management Interface for the Java Platform