Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Reference > Virtual member manager APIs > DynamicConfigService interface
dynamicUpdateConfig method
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
Type of the configuration update.
configData
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
Parent topic: DynamicConfigService interface