public class SubsystemGroupUpdater extends java.lang.Object implements IProfileUpdater
| Constructor and Description |
|---|
SubsystemGroupUpdater() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConfig(java.lang.String name)
Retrieves configuration parameter by name.
|
IDescriptor |
getConfigDescriptor(java.util.Locale locale,
java.lang.String name)
Returns the descriptors of configuration parameter.
|
java.util.Enumeration<java.lang.String> |
getConfigNames()
Returns a list of configuration parameter names.
|
IConfigStore |
getConfigStore()
Retrieves configuration store.
|
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy.
|
java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy.
|
void |
init(IProfile profile,
IConfigStore config)
Initializes this default policy.
|
void |
setConfig(java.lang.String name,
java.lang.String value)
Sets configuration parameter.
|
void |
update(IRequest req,
RequestStatus status)
Notifies of state change.
|
public void init(IProfile profile, IConfigStore config) throws EProfileException
IProfileUpdaterinit in interface IProfileUpdaterprofile - owner of this policyconfig - configuration storeEProfileException - failed to initializepublic java.util.Enumeration<java.lang.String> getConfigNames()
IConfigTemplategetConfigNames in interface IConfigTemplatepublic IDescriptor getConfigDescriptor(java.util.Locale locale, java.lang.String name)
IConfigTemplategetConfigDescriptor in interface IConfigTemplatelocale - user localename - configuration parameter namepublic void setConfig(java.lang.String name,
java.lang.String value)
throws EPropertyException
IConfigTemplatesetConfig in interface IConfigTemplatename - parameter namevalue - parameter valueEPropertyException - failed to set parameterpublic java.lang.String getConfig(java.lang.String name)
IConfigTemplategetConfig in interface IConfigTemplatepublic IConfigStore getConfigStore()
IProfileUpdatergetConfigStore in interface IProfileUpdaterpublic void update(IRequest req, RequestStatus status) throws EProfileException
IProfileUpdaterupdate in interface IProfileUpdaterreq - requeststatus - The status to check for.EProfileException - failed to populatepublic java.lang.String getName(java.util.Locale locale)
IProfileUpdatergetName in interface IProfileUpdaterlocale - user localepublic java.lang.String getText(java.util.Locale locale)
IProfileUpdatergetText in interface IProfileUpdaterlocale - user locale