ObjectName
and/or a Query expression, a specific managed object name (equivalent to testing whether an managed object is registered). When the object name is null or no domain and key properties are specified, all objects are selected (and filtered if a query is specified). It returns the set of ObjectNames for the managed objects selected.
@param name The object name pattern identifying the managed objects to be retrieved. Ifnull or no domain and key properties are specified, all the managed objects registered will be retrieved.
@param query The query expression to be applied for selecting managed objects. If nullno query expression will be applied for selecting managed objects.
@return A set containing the ObjectNames for the managed objects selected.If no managed object satisfies the query, an empty list is returned.
|
|