Package org.rhq.enterprise.gui.configuration

Examples of org.rhq.enterprise.gui.configuration.DatabaseDynamicPropertyRetriever


    }

    private void registerDynamicPropertyRetrievers() {
        // Configures the configuration rendering to be able to support database backed dynamic configuration properties
        PropertyRenderingUtility.putDynamicPropertyRetriever(PropertyDynamicType.DATABASE,
            new DatabaseDynamicPropertyRetriever());
    }
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.gui.configuration.DatabaseDynamicPropertyRetriever

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.