}
public void addNotification(ObjectName objName, Notification notification)
{
List<NotificationObject> list = _notificationsMap.get(objName.toString());
NotificationObject obj = new NotificationObject(notification.getSequenceNumber(),
new Date(notification.getTimeStamp()),
notification.getMessage(),
notification.getSource(),
notification.getType());