List of all members.
Detailed Description
This class defines a set of functions that support the invocation of extrinsic methods on a CIM class or instance.
A method provider is not required to implement all the methods defined for a CIM class. Multiple method providers may be registered for methods of the same class, but not for the same method. (See the SupportedMethods property of the PG_ProviderCapabilities class.)
Constructor & Destructor Documentation
CIMMethodProvider::CIMMethodProvider |
( |
|
) |
|
virtual CIMMethodProvider::~CIMMethodProvider |
( |
|
) |
[virtual] |
Member Function Documentation
Invokes an extrinsic specified method on a specified CIM class or instance.
- Parameters:
-
| context | An OperationContext object containing the context for the processing of the operation. The context includes the name of the requesting user, language information, and other data. |
| objectReference | A fully qualified CIMObjectPath specifying the class or instance on which to invoke the method. |
| methodName | The name of the method to invoke. |
| inParameters | An Array of CIMParamValue objects specifying the method input parameters. |
| handler | ResponseHandler object for delivery of results. |
- Exceptions:
-
The documentation for this class was generated from the following file: