Examples of enableAlertDefinitions()


Examples of org.rhq.enterprise.server.alert.AlertDefinitionManagerLocal.enableAlertDefinitions()

        String mode = request.getParameter("mode");
        request.setAttribute("mode", mode);
        params.put("mode", mode);

        alertDefinitionManager.enableAlertDefinitions(subject, new int[] { alertDefId });

        log.debug("Reenabled Alert definition with id " + alertId + " and user " + subject.getName());

        return returnSuccess(request, mapping, params);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.