Use the dynamicUpdateConfig method to update configuration
information at runtime.
Purpose
The dynamicUpdateConfig method is used
to change configuration information in the configuration model in
memory. The configuration file is not updated.
Parameters
- updateEvent
- Specifies the type of the configuration update.
- configData
- Specifies the hash table that contains the data used for this
type of configuration update.
Returns
There is no return upon success.
Exceptions
- WIMException
- java.rmi.RemoteException
Signature
public void dynamicUpdateConfig(java.lang.String
updateEvent, java.util.Hashtable configData) throws com.ibm.websphere.wim.exception.WIMException,
java.rmi.RemoteException