Examples of synchronizeAndLoadContentSource()


Examples of org.rhq.enterprise.server.content.ContentSourceManagerLocal.synchronizeAndLoadContentSource()

            return "success";
        }

        Subject subject = EnterpriseFacesContextUtility.getSubject();
        try {
            contentSourceManager.synchronizeAndLoadContentSource(subject, this.contentSource.getId());
            FacesContextUtility.addMessage(FacesMessage.SEVERITY_INFO, "Synchronizing content source ["
                + this.contentSource.getName() + "] now.");
        } catch (Exception e) {
            FacesContextUtility.addMessage(FacesMessage.SEVERITY_WARN,
                "Failed to start the synchronization process for [" + this.contentSource.getName() + "]", e);
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.