Uses of Class
org.sblim.wbem.cim.CIMMethod

Packages that use CIMMethod
org.sblim.wbem.cim Representation of CIM data in Java. 
org.sblim.wbem.xml Internal implementation of XML processing 
 

Uses of CIMMethod in org.sblim.wbem.cim
 

Methods in org.sblim.wbem.cim that return CIMMethod
protected  CIMMethod CIMClass.getAllMethods(CIMMethod pMethod)
           
protected  CIMMethod CIMClass.getMethod(CIMMethod pMethod)
          Gets a method corresponding to the specified name
 CIMMethod CIMClass.getMethod(java.lang.String pName)
          Returns a CIMMethod with the specified name.
 CIMMethod CIMClass.getMethod(java.lang.String pName, java.lang.String pOriginClass)
          Returns a CIMMethod with the specified name for the given class origin.
 

Methods in org.sblim.wbem.cim with parameters of type CIMMethod
 void CIMClass.addMethod(CIMMethod pMethod)
          Add a CIMMethod to this class.
protected  CIMMethod CIMClass.getAllMethods(CIMMethod pMethod)
           
protected  CIMMethod CIMClass.getMethod(CIMMethod pMethod)
          Gets a method corresponding to the specified name
 

Uses of CIMMethod in org.sblim.wbem.xml
 

Methods in org.sblim.wbem.xml that return CIMMethod
static CIMMethod CIMXMLParserImpl.parseMETHOD(org.w3c.dom.Element methodE)
           
 

Methods in org.sblim.wbem.xml with parameters of type CIMMethod
static org.w3c.dom.Element CIMXMLBuilderImpl.createMETHOD(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMMethod method, java.lang.String classname)
           
 



Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.