org.eclipse.soda.dk.core.service
Interface ConfigurableService
- All Known Implementing Classes:
- ConfigurableObject, EventAdminHandler, Notification, org.eclipse.soda.dk.notification.NotificationBase, NotificationEventAdmin, org.eclipse.soda.dk.notification.NotificationResourceBase, ProfileTestAgent, org.eclipse.soda.dk.testagent.TestAgent
public interface ConfigurableService
- Version:
- 1.1.0
getConfigurationInformation
java.util.Dictionary getConfigurationInformation()
- Gets the configuration information (Dictionary) value.
- Returns:
- The configuration information (
Dictionary) value. - See Also:
setConfigurationInformation(Dictionary)
setConfigurationInformation
void setConfigurationInformation(java.util.Dictionary configurationInformation)
- Sets the configuration information value.
- Parameters:
configurationInformation - The configuration information (Dictionary) parameter.- See Also:
getConfigurationInformation()
Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900