IBM Tivoli Software IBM Tivoli Software

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


setProperty

Supported:
NO
Syntax
public java.lang.String setProperty (M12ObjectIdentity targetInstance,
java.lang.String propertyName,
java.lang.String propertyValue,
java.lang.String mappingString,
ParameterSet parms)
throws M12Exception
Parameters
targetInstance
M12ObjectIdentity that identifies the instance of the resource to be accessed.
propertyName
The property whose value is to be set.
propertyValue
The property value to be set.
mappingString
Any string that has been specified in the M12_Instrumentation qualifier for the SET operation type for this property.
parms
A ParameterSet object filled by the client with parameters associated with this property.
Description
Sets the value (in String format) of the specified property for the identified object.
Returns
String - the new value of the specified property.
Exceptions Thrown
M12Exception

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