|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.core.ConfigurableObject
public class ConfigurableObject
| Field Summary |
|---|
| Fields inherited from class org.eclipse.soda.dk.core.EscObject |
|---|
CLONE_EXCEPTION_RESOURCE, EMPTY_BYTES, EMPTY_STRING, ERROR_OCCURRED_EXCEPTION_RESOURCE, ID_FILTER_KEY, ID_KEY, ID_KEY_ANY, INTEGER_TABLE, KEY_KEY, LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_TRACE, LOG_WARNING, PREFIX_KEY, RESOURCE_BUNDLE, SLEEP_EXCEPTION_RESOURCE, SYSTEM_INFO_RESOURCE, TO_STRING_CONFIGURATION_KEYS, TRACE_LEVEL_HIGH, TRACE_LEVEL_LOW, TRACE_LEVEL_MAX, TRACE_LEVEL_MIN, TRACE_LEVEL_NONE, TRACE_LEVEL_NORMAL, TRACELEVEL_KEY, UNKNOWN_ERROR_RESOURCE |
| Constructor Summary | |
|---|---|
ConfigurableObject()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
java.util.Dictionary |
getConfigurationInformation()
Return the property table. |
ConfigurationService |
getConfigurationService()
Gets the configuration service value. |
void |
putConfigurationInformation(java.lang.String propertyName,
java.lang.Object value)
Put configuration information with the specified property name and value parameters. |
void |
setConfigurationInformation(java.util.Dictionary configurationInformation)
Sets the configuration information value. |
void |
setConfigurationService(ConfigurationService configurationService)
Sets the configuration service value. |
static void |
validateConfiguration(java.lang.String pid,
java.util.Dictionary properties,
org.osgi.service.metatype.MetaTypeInformation info)
Validate configuration with the specified pid, properties and info parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurableObject()
| Method Detail |
|---|
public static void validateConfiguration(java.lang.String pid,
java.util.Dictionary properties,
org.osgi.service.metatype.MetaTypeInformation info)
throws org.osgi.service.cm.ConfigurationException
pid - The pid (String) parameter.properties - The properties (Dictionary) parameter.info - The info (MetaTypeInformation) parameter.
org.osgi.service.cm.ConfigurationException - Configuration Exception.public java.util.Dictionary getConfigurationInformation()
Dictionary)
value.putConfigurationInformation(String,Object),
setConfigurationInformation(Dictionary)public ConfigurationService getConfigurationService()
getConfigurationService in class EscObjectConfigurationService) value.setConfigurationService(ConfigurationService)
public void putConfigurationInformation(java.lang.String propertyName,
java.lang.Object value)
propertyName - The property name (String) parameter.value - The value (Object) parameter.getConfigurationInformation(),
setConfigurationInformation(Dictionary)public void setConfigurationInformation(java.util.Dictionary configurationInformation)
Dictionary)
parameter.
configurationInformation - The configuration information (Dictionary) parameter.getConfigurationInformation(),
putConfigurationInformation(String,Object)public void setConfigurationService(ConfigurationService configurationService)
configurationService - The configuration service (ConfigurationService) parameter.getConfigurationService()
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||