What interface must an MBean implement?
Created May 8, 2012
John Zukowski There is no single interface that an MBean implements. Instead, an MBean is defined by creating an interface called XXXMBean and a class called XXX, implementing the interface.