Lists all child objects of a specified type.

obj.listConfigObjects( <typeName> )

Arguments

typeName

name of object type

Result

List of wdr.config.ConfigObject instances.

Examples

  • Retrieving list of JDBCProvider’s DataSources
print provider.listConfigObjects('DataSource')
[Default Datasource(cells/wdrCell/nodes/wdrNode01/servers/wdrServer|resources.xml#DataSource_1124467080076)]

See also