com.ibm.websphere.wim

Interface DynamicConfigService

    • Method Detail

      • dynamicUpdateConfig

        void dynamicUpdateConfig(java.lang.String updateEvent,
                               java.util.Hashtable configData)
                                 throws WIMException,
                                        java.rmi.RemoteException
        Dynamically update configuration at runtime. The changes are only applied to the configuration model in memory. Configuration file will not be updated. For information on the available update events and their input parameters, please refer to DynamicConfigConstants
        Parameters:
        updateEvent - The type of the configuration update.
        configData - The Hashtable which contains the data used for this type of configuration update.
        Throws:
        WIMException - DynamicUpdateConfigException and other WIMException specific to each event type.
        java.rmi.RemoteException
        See Also:
        DynamicConfigConstants