IBM Tivoli Software IBM Tivoli Software

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


invokeMethod

Supported:
YES
Syntax
public java.lang.String invokeMethod (M12ObjectIdentity targetInstance,
java.lang.String methodName,
java.lang.String mappingString,
ParameterSet parms,
ParameterSet inParms,
ParameterSet outParms,
throws M12Exception
Parameters
targetInstance
M12ObjectIdentity that identifies the instance whose method has to be called.
methodName
The name of the method to be called.
mappingString
Any string that has been specified in the M12_Instrumentation qualifier for the INVOKE operation type for this method.
parms
A ParameterSet object filled by the client with parameters for this method.
inParms
A ParameterSet object filled by the client with parameters to be passed to the method.
outParms
A ParameterSet object created by the client and filled by the method with output results.
Description
Invokes the specified method on the identified CIM instance.
Returns
String - the result of the method. Result values have to be CIM standard types and ILT converts them to string format according to the CIM standards.
Exceptions Thrown
M12Exception

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