org.rhq.enterprise.server.configuration
Interface DynamicConfigurationPropertyLocal

All Known Implementing Classes:
DynamicConfigurationPropertyBean

public interface DynamicConfigurationPropertyLocal

Responsible for retrieving configuration property values from the database.

Author:
Jason Dobies

Method Summary
 List<org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue> lookupValues(String key)
          Translates the provided property value key into its corresponding domain query and returns the results.
 

Method Detail

lookupValues

List<org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue> lookupValues(String key)
Translates the provided property value key into its corresponding domain query and returns the results.

Parameters:
key - indicates the data being retrieved from the database; should be one of the constants in PropertyExpressionEvaluator
Returns:
list of values matching the requested key; empty list if the key is not supported


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.