filter = new NotificationFilterSupport();
filter.disableAllTypes();
}
String subject = localStrings.getString("ruleMgr.alert_action",
ruleName, actionMBeanName);
MailAlert alertAction = new MailAlert();
alertAction.setSubject(subject);
alertAction.setRecipients(srvAlertRecipients);
ObjectName eventObjName = ruleEvent.getObjectName();
// instanceMbs.addNotificationListener(eventObjName, alertAction, filter, null);
createLoggingListener (ruleEvent, handback);