When I create an HASingleton MBean, can I just extends HASingletonSupport class in org.jboss.ha.singleton package?Or, just I should extends ServiceMBeanSupport class?
ServiceMBeanSupport works.