IBM Tivoli Software IBM Tivoli Software

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


invokeMethod

Supported:
YES
Syntax
public java.lang.String invokeMethod (M12ClassPath classPath,
java.lang.String methodName,
java.lang.String mappingString,
ParameterSet parms,
ParameterSet inParms,
ParameterSet outParms,
throws M12Exception
Parameters
classPath
The M12ClassPath that identifies the class 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 CIM instance belonging to the class specified in the classPath.
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 ]