org.rhq.enterprise.server.configuration
Class DynamicConfigurationPropertyBean
java.lang.Object
org.rhq.enterprise.server.configuration.DynamicConfigurationPropertyBean
- All Implemented Interfaces:
- DynamicConfigurationPropertyLocal
public class DynamicConfigurationPropertyBean
- extends Object
- implements DynamicConfigurationPropertyLocal
- Author:
- Jason Dobies
- See Also:
DynamicConfigurationPropertyLocal
|
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. |
org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue |
translate(Object[] results)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicConfigurationPropertyBean
public DynamicConfigurationPropertyBean()
lookupValues
public List<org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue> lookupValues(String key)
- Description copied from interface:
DynamicConfigurationPropertyLocal
- Translates the provided property value key into its corresponding domain query and returns the
results.
- Specified by:
lookupValues in interface DynamicConfigurationPropertyLocal
- 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
translate
public org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue translate(Object[] results)
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.