KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > management > ManagementFactory

java.lang.management
Class ManagementFactory

java.lang.Object
  extended by java.lang.management.ManagementFactory
See Also:
Top Examples, java.lang:type=MemoryPool, MemoryPoolMXBean, java.lang:type=MemoryManager, MemoryManagerMXBean, java.lang:type=GarbageCollector, GarbageCollectorMXBean, java.lang:type=Compilation, CompilationMXBean, java.lang:type=OperatingSystem, OperatingSystemMXBean, java.lang:type=Runtime, RuntimeMXBean, java.lang:type=Threading, ThreadMXBean, java.lang:type=Memory, java.lang:type=ClassLoading, ClassLoadingMXBean, ObjectName, dynamic MBean, CompositeData representing MemoryUsage, MemoryMXBean, MBeanInfo, CompositeType, Map<K,V>, List<E>, Enum, String, Boolean, Long, Integer, OpenType, TabularData, CompositeData, platform MBeanServer, newPlatfromMXBeanProxy, MBeanServer, LoggingMXBean

public static final String CLASS_LOADING_MXBEAN_NAME
See Also:
ClassLoadingMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String COMPILATION_MXBEAN_NAME
See Also:
CompilationMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE
See Also:
GarbageCollectorMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ClassLoadingMXBean getClassLoadingMXBean()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static CompilationMXBean getCompilationMXBean()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static List<GarbageCollectorMXBean> getGarbageCollectorMXBeans()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static List<MemoryManagerMXBean> getMemoryManagerMXBeans()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static MemoryMXBean getMemoryMXBean()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static List<MemoryPoolMXBean> getMemoryPoolMXBeans()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static OperatingSystemMXBean getOperatingSystemMXBean()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static MBeanServer getPlatformMBeanServer()
See Also:
MBeanServerFactory.createMBeanServer(), SecurityException, MBeanServerBuilder, managers, pools
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static RuntimeMXBean getRuntimeMXBean()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ThreadMXBean getThreadMXBean()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE
See Also:
MemoryManagerMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String MEMORY_MXBEAN_NAME
See Also:
MemoryMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String MEMORY_POOL_MXBEAN_DOMAIN_TYPE
See Also:
MemoryPoolMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static <T> T newPlatformMXBeanProxy(MBeanServerConnection connection,
                                           String mxbeanName,
                                           Class<T> mxbeanInterface)
                                throws IOException
See Also:
ObjectName, IllegalArgumentException, newProxyInstance, InvalidObjectException, NotificationEmitter, InvocationHandler, Proxy.newProxyInstance
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String OPERATING_SYSTEM_MXBEAN_NAME
See Also:
OperatingSystemMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String RUNTIME_MXBEAN_NAME
See Also:
RuntimeMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String THREAD_MXBEAN_NAME
See Also:
ThreadMXBean
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags