removeProperties(String username, String password, String[] propNames) Removes the specified configuration properties from
this Harmonise installation.
Add the given properties.
Parameters: username - the user name Parameters: password - the user password Parameters: props - the properties to add throws: ConfigException - throws: RemoteException -
Return an array of all config properties.
Parameters: username - the user name Parameters: password - the password an array of all config properties throws: RemoteException -
Get the specified properties.
Parameters: username - the user name Parameters: password - the user password Parameters: propNames - the names of the properties to return an array of config properties throws: RemoteException -
Removes the specified configuration properties from
this Harmonise installation.
Parameters: username - the user name Parameters: password - the user password Parameters: propNames - the properties to remove throws: ConfigException - throws: RemoteException -
Set the values of the given config properties.
Parameters: username - the user name Parameters: password - the user password Parameters: props - the properties to set throws: ConfigException - throws: RemoteException -