Menu

#25 Need change in output parameters of searchManaged Entities

open
nobody
API (21)
5
2012-12-15
2012-01-21
No

The function mentioned below returns only ManagedEntity though it retrieves the properties of the ManagedEntity.

public ManagedEntity[] searchManagedEntities(String[][] typeinfo, boolean recurse ) throws InvalidProperty, RuntimeFault, RemoteException

We can return it as a Map containing ManagedEntity and HashTable( ObjectContents for the properties ) for each entry.So the user need not call again the retrieveproperties function in propertycollectorutil to get the properties of the managed Entity

Discussion