Package org.rhq.enterprise.server.plugin.pc.alert

Examples of org.rhq.enterprise.server.plugin.pc.alert.AlertSender


        return "/portal/images/icons/Events_" + color + additional + "_16.png";
    }

    public static String getAlertSenderConfigurationPreview(AlertNotification alertNotification) {
        AlertSenderPluginManager alertSenderPluginManager = LookupUtil.getAlertManager().getAlertPluginManager();
        AlertSender sender = alertSenderPluginManager.getAlertSenderForNotification(alertNotification);
        return sender.previewConfiguration();
    }
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.server.plugin.pc.alert.AlertSender

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.