2008-09-10 1.1.0

org.eclipse.soda.dk.core.service
Interface ConfigurableService

All Known Implementing Classes:
Agent, 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

Method Summary
 java.util.Dictionary getConfigurationInformation()
          Gets the configuration information (Dictionary) value.
 void setConfigurationInformation(java.util.Dictionary configurationInformation)
          Sets the configuration information value.
 

Method Detail

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()

2008-09-10 1.1.0

Copyright (c) 1999, 2008 IBM and others. See license in Legal section. OSGi Framework Version 3.4.0.v20080605-1900