Uses of Class
javax.cim.CIMMethod

Packages that use CIMMethod
javax.cim Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. 
 

Uses of CIMMethod in javax.cim
 

Methods in javax.cim that return CIMMethod
 CIMMethod CIMMethod.filter(boolean includeQualifiers, boolean includeClassOrigin)
          Returns a CIMMethod filtered as specified.
 CIMMethod CIMMethod.filter(boolean includeQualifiers, boolean includeClassOrigin, boolean pLocalOnly)
          Returns a CIMMethod filtered as specified.
 CIMMethod CIMClass.getMethod(int pIndex)
          Get a method by index.
 CIMMethod CIMClass.getMethod(String name)
          Returns the specified CIM method in this CIM class.
 CIMMethod CIMClass.getMethod(String name, String originClass)
          Returns the CIM method specified by its name and optionally, its origin class.
 CIMMethod[] CIMClass.getMethods()
          Get the CIM methods defined in this CIM class.
 

Constructors in javax.cim with parameters of type CIMMethod
CIMClass(CIMObjectPath path, String superclass, CIMQualifier[] qualifiers, CIMClassProperty[] props, CIMMethod[] pMethods, boolean pIsAssociation, boolean pIsKeyed)
          Creates and instantiates a Java object representing a CIM Class.
CIMClass(String name, String superclass, CIMQualifier[] qualifiers, CIMClassProperty[] props, CIMMethod[] methods)
          Creates and instantiates a Java object representing a CIM Class.
 



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