Modifies several object attributes in one call.

obj.modify( <attributes> )

Arguments

attributes

attributes that have to modified

Result

Reference to the configuration object wdr.config.ConfigObject being modified.

Examples

  • Changing two DataSource’s ConnectionPool parameters in one call:
getid1('/DataSource:Default Datasource/').connectionPool.modify(connectionTimeout=10, maxConnections=30)