|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| org.sblim.cimclient.internal.cimxml | Internal cim-xml DOM parser & builder implementation. |
| org.sblim.cimclient.internal.cimxml.sax.node | Internal implementation of the SAX parser for cim-xml. |
| org.sblim.cimclient.internal.util | Internal utility classes, such as constants, defaults, configuration and others. |
| Uses of CIMMethod in javax.cim |
|---|
| Methods in javax.cim that return CIMMethod | |
|---|---|
CIMMethod<E> |
CIMMethod.filter(boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
filter |
CIMMethod<E> |
CIMMethod.filter(boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
boolean pLocalOnly)
Returns a CIMMethod filtered as specified. |
CIMMethod<?> |
CIMClass.getMethod(int pIndex)
Get a method by index. |
CIMMethod<?> |
CIMClass.getMethod(java.lang.String pName)
Returns the specified CIM method in this CIM class. |
CIMMethod<?> |
CIMClass.getMethod(java.lang.String pName,
java.lang.String pOriginClass)
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 pPath,
java.lang.String pSuperClass,
CIMQualifier<?>[] pQualifiers,
CIMClassProperty<?>[] pProps,
CIMMethod<?>[] pMethods,
boolean pIsAssociation,
boolean pIsKeyed)
Creates and instantiates a Java object representing a CIM Class. |
|
CIMClass(java.lang.String pName,
java.lang.String pSuperClass,
CIMQualifier<?>[] pQualifiers,
CIMClassProperty<?>[] pProps,
CIMMethod<?>[] pMethods)
Creates and instantiates a Java object representing a CIM Class. |
|
| Uses of CIMMethod in org.sblim.cimclient.internal.cimxml |
|---|
| Methods in org.sblim.cimclient.internal.cimxml that return CIMMethod | |
|---|---|
static CIMMethod<java.lang.Object> |
CIMXMLParserImpl.parseMETHOD(org.w3c.dom.Element pMethodE)
parseMETHOD |
| Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMMethod | |
|---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createMETHOD(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMMethod<?> pMethod,
java.lang.String pClassName)
createMETHOD |
static void |
CIMXMLBuilderImpl.createMETHODS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMMethod<?>[] pMethods,
java.lang.String pClassName)
createMETHODS |
| Uses of CIMMethod in org.sblim.cimclient.internal.cimxml.sax.node |
|---|
| Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMMethod | |
|---|---|
CIMMethod<?> |
MethodNode.getCIMMethod()
getCIMMethod |
| Uses of CIMMethod in org.sblim.cimclient.internal.util |
|---|
| Methods in org.sblim.cimclient.internal.util with parameters of type CIMMethod | |
|---|---|
static java.lang.String |
MOF.methodDeclaration(CIMMethod<?> pMethod,
java.lang.String pInd)
methodDeclaration = [ qualifierList ] dataType methodName "(" [ parameterList ] ")" ";" |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||