Interface IProfileUpdater

  • All Superinterfaces:
    IConfigTemplate
    All Known Implementing Classes:
    SubsystemGroupUpdater

    public interface IProfileUpdater
    extends IConfigTemplate
    This interface represents an updater that will be called when the request's state changes.
    Version:
    $Revision$, $Date$
    • Method Detail

      • getConfigStore

        IConfigStore getConfigStore()
        Retrieves configuration store.
        Returns:
        configuration store
      • getName

        java.lang.String getName​(java.util.Locale locale)
        Retrieves the localizable name of this policy.
        Parameters:
        locale - user locale
        Returns:
        output policy name
      • getText

        java.lang.String getText​(java.util.Locale locale)
        Retrieves the localizable description of this policy.
        Parameters:
        locale - user locale
        Returns:
        output policy description