コード例 #1
0
 protected void unsetEvents(Events notifications) {
   EventingDataHolder.getInstance().setEventsBean(null);
   notifications.setImplBean(null);
 }
コード例 #2
0
 protected void setEvents(Events notifications) {
   JMXEventsBean implBean = new JMXEventsBean();
   notifications.setImplBean(implBean);
   EventingDataHolder.getInstance().setEventsBean(implBean);
 }