Thanks to visit codestin.com
Credit goes to www.java2s.com
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Java Management API « Development Class « Java
Java
Development Class
Java Management API
1.
Example of using the java.lang.management API to sort threads by CPU usage
2.
Demo code which plots the memory usage by all memory pools
3.
This VerboseGC class demonstrates the capability to get the garbage collection statistics and memory usage remotely
4.
This FullThreadDump class demonstrates the capability to get a full thread dump and also detect deadlock remotely.
5.
Performing deadlock detection programmatically within the application using the java.lang.management API
6.
MBeanTyperInvoker handles method invocations against the MBeanTyper target object and forwards them to the MBeanServer and ObjectName for invocation.
7.
Non-instantiable class that provides jmx utility methods
8.
Several utility functions for the JMX implementation