Package org.rhq.enterprise.server.sync.exporters

Examples of org.rhq.enterprise.server.sync.exporters.SystemSettingsExporter


    public void initialize(Subject subject, EntityManager entityManager) {
        this.subject = subject;
    }
   
    public Exporter<NoSingleEntity, SystemSettings> getExporter() {
        return new SystemSettingsExporter(subject, systemManager);
    }
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.server.sync.exporters.SystemSettingsExporter

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.