An sample singleton MBean.
return isMasterNode;
isMasterNode = true; log.info("Notified to start as singleton");
isMasterNode = false; log.info("Notified to stop as singleton with argument: " + gracefulShutdown);