IBM Tivoli Software IBM Tivoli Software

[ Bottom of Page | Previous Page | Next Page | Contents | Index ]


getMultipleProperties

Supported:
YES
Syntax
public M12PropertySet getMultipleProperties (M12ObjectIdentity 
														targetInstance,
java.util.Vector propertyList,
java.lang.String mappingString,
ParameterSet parms)
throws M12Exception
Parameters
targetInstance
M12ObjectIdentity that identifies the instance of the resource to be accessed.
propertyList
The list of properties whose value is required.
mappingString
Any string that has been specified in the M12_Instrumentation qualifier for the GET operation type for the class which the specified instance belongs to.
parms
A ParameterSet object filled by the client with parameters associated with the class which the specified instance belongs to.
Description
Gets the value (in String format) of the specified properties for the identified object.
Returns
M12PropertySet - the values of the requested properties.
Exceptions Thrown
M12Exception

[ Top of Page | Previous Page | Next Page | Contents | Index ]