Package org.rhq.core.domain.discovery

Examples of org.rhq.core.domain.discovery.PlatformSyncInfo


            }
        };
    }

    protected MergeInventoryReportResults simulateInventoryReportServerProcessing(InventoryReport inventoryReport) {
        PlatformSyncInfo syncInfo = null;
        if (inventoryReport.getAddedRoots() != null && !inventoryReport.getAddedRoots().isEmpty()) {
            for (Resource res : inventoryReport.getAddedRoots()) {
                persistInSimulatedInventory(res);
            }
            syncInfo = PlatformSyncInfo.buildPlatformSyncInfo(platform);
View Full Code Here

TOP

Related Classes of org.rhq.core.domain.discovery.PlatformSyncInfo

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.