Home

This Chapter
-Chapter 14: User-Defined MXBeans
-Java Management Extensions (JMX)
-The JMX API
-Standard MBeans
-MXBeans
-Using @MXBean
-Using @DescriptorKey
-Summary

Table of Contents
-Introduction
-Chapter 1: Core Libraries
-Chapter 2: Dynamic Compilation
-Chapter 3: Scripting
-Chapter 4: Networking
-Chapter 5: Swing Updates
-Chapter 6: Abstract Window Toolkit
-Chapter 7: Internationalization
-Chapter 8: Java Database Connectivity 4.0
-Chapter 9: XML Digital Signature API
-Chapter 10: Streaming API for XML
-Chapter 11: Java Architecture for XML Binding
-Chapter 12: Web Services
-Chapter 13: JavaBeans Activation Framework
-Chapter 14: User-Defined MXBeans
-Chapter 15: Concurrency Updates
-Appendix A: Enums
-Appendix B: Generics
-Appendix C: Annotations

Previous
Next

 

Chapter 14

User-Defined MXBeans

Mustang ships with the reference implementation for the Java Management Extensions (JMX) 1.4. New to this version of JMX are user-defined MXBeans, even though standard MXBeans have actually been part of the Java SE since the Tiger era. This chapter teaches you how to write user-defined MXBeans as well as explains the annotation types @MXBean and @DescriptorKey. An introduction to JMX and standard MBeans, sisters of MXBeans, are also presented at the beginning of this chapter for those new to the technology.

Previous
Next