Uses of Class
javax.cim.CIMArgument

Packages that use CIMArgument
javax.wbem.client Provides classes and interfaces for writing WBEM Clients. 
javax.wbem.provider Provides classes and interfaces for writing WBEM Providers. 
 

Uses of CIMArgument in javax.wbem.client
 

Methods in javax.wbem.client with parameters of type CIMArgument
 Object WBEMClient.invokeMethod(CIMObjectPath name, String methodName, CIMArgument<?>[] inArgs, CIMArgument<?>[] outArgs)
          Executes the specified method on the specified object.
 Object WBEMClient.invokeMethod(CIMObjectPath name, String methodName, CIMArgument<?>[] inArgs, CIMArgument<?>[] outArgs)
          Executes the specified method on the specified object.
 

Uses of CIMArgument in javax.wbem.provider
 

Methods in javax.wbem.provider with parameters of type CIMArgument
 Object MethodProvider.invokeMethod(CIMObjectPath op, String methodName, CIMArgument<?>[] inArgs, CIMArgument<?>[] outArgs)
          This method is invoked in order to perform the Extrinsic Method Invocation operation as defined by the CIM operations over HTTP spec at
 Object MethodProvider.invokeMethod(CIMObjectPath op, String methodName, CIMArgument<?>[] inArgs, CIMArgument<?>[] outArgs)
          This method is invoked in order to perform the Extrinsic Method Invocation operation as defined by the CIM operations over HTTP spec at
 



Copyright © 2002-2008 WBEM Solutions, Inc. All Rights Reserved.