Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CIMMethod<E> |
CIMMethod.filter(boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
Returns a
CIMMethod filtered as specified. |
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static CIMMethod<java.lang.Object> |
CIMXMLParserImpl.parseMETHOD(org.w3c.dom.Element pMethodE)
parseMETHOD
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
CIMMethod<?> |
MethodNode.getCIMMethod()
getCIMMethod
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
MOF.methodDeclaration(CIMMethod<?> pMethod,
java.lang.String pInd)
methodDeclaration = [ qualifierList ] dataType methodName
"(" [ parameterList ] ")" ";"
|
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.