Class BasicMBean

java.lang.Object
javax.management.StandardMBean
org.codice.ddf.admin.core.impl.BasicMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration
Direct Known Subclasses:
AdminAlertImpl

public class BasicMBean extends StandardMBean
BasicMBean implements the standard init and destroy methods all of our mbeans use. Other mbean implementations can extend this BasicMBean and only need to implement their interface without the need to worry about the bean registration.