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.