public interface IEsfConfigProviderService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
componentIsRegistered(java.lang.String name)
This method reports if configurable component is registered with configuration manager.
|
boolean |
configChangePending(java.lang.String name)
This method is used to find out if the configuration manager has sent a new configuration
to a component and is waiting for a response.
|
java.util.Hashtable |
getRejectedConfigs()
gets the configurations that were rejected by the components.
|
java.lang.String[] |
getSucceededConfigs()
returns a an array of all bundles that successfully updated their configuration.
|
void |
submit(java.util.Hashtable props)
Is used to send configurations in the form of a ConfigurationPropertiesObject to the configuration
manager
|
static final java.lang.String SERVICE_NAME
void submit(java.util.Hashtable props) throws java.lang.Exception
props
- A @Hashtable representing the @ConfigurationPropertiesObject to send to the
configuration managerjava.lang.Exception
- if the @Hashtable is invalidboolean configChangePending(java.lang.String name)
name
- A @String representing the symbolic name of the requesting component.boolean componentIsRegistered(java.lang.String name)
name
- - A @String representing the symbolic name of the requesting component.java.util.Hashtable getRejectedConfigs()
java.lang.String[] getSucceededConfigs()
Copyright © 2009 Eurotech Inc. All rights reserved.