Package org.rhq.enterprise.server.resource.cluster

Examples of org.rhq.enterprise.server.resource.cluster.ClusterManagerLocal


        Subject subject = EnterpriseFacesContextUtility.getSubject();

        String path = "";
        if (node.getData() instanceof ClusterKey) {

            ClusterManagerLocal clusterManager = LookupUtil.getClusterManager();
            ResourceGroup group = clusterManager.createAutoClusterBackingGroup(subject, (ClusterKey) node.getData(),
                true);

            path = "/rhq/group/inventory/view.xhtml";

            path += ("?groupId=" + group.getId() + "&parentGroupId=" + ((ClusterKey) node.getData())
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.server.resource.cluster.ClusterManagerLocal

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.