protected void unsetEvents(Events notifications) { EventingDataHolder.getInstance().setEventsBean(null); notifications.setImplBean(null); }
protected void setEvents(Events notifications) { JMXEventsBean implBean = new JMXEventsBean(); notifications.setImplBean(implBean); EventingDataHolder.getInstance().setEventsBean(implBean); }