MBean有三种:standard MBean;Dynamic MBean和Model MBean。
Remember that a management interface includes the set of attributes and operations
exposed by an MBean, allowing management applications to use the
MBean. In addition, a management interface includes an MBean’s constructors
and notifications. The following section covers the composition of an MBean’s
management interface.
支持http.rmi.snmp.tcp等
参考书籍 JMX in Action
http://damies.javaeye.com/blog/51803 有详细的MBean例子和描述.