ServerRegistry serverRegistry = ApplicationRegistry.getServerRegistry(MBeanView.getServer());
IStructuredSelection ss = (IStructuredSelection)_tableViewer.getSelection();
if(!ss.isEmpty())
{
//clear selected Notifications
serverRegistry.clearNotifications(null, ss.toList());
}
else if(_notifications != null)
{
//clear all the notifications, if there are any