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.
|
javax.wbem.client |
Provides classes and interfaces for writing WBEM Clients.
|
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.
|
org.sblim.cimclient.internal.wbem |
Internal implemenation of the interfaces from the javax.wbem package.
|
org.sblim.cimclient.internal.wbem.operations |
Internal implemenation of WBEM batch operations.
|
Modifier and Type | Method and Description |
---|---|
CIMClass |
CIMClass.filterProperties(boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
This method returns a new
CIMClass with properties filtered
according to the input parameters. |
Modifier and Type | Method and Description |
---|---|
CIMClass |
WBEMClient.getClass(CIMObjectPath pName,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Returns the
CIMClass for the specified
CIMObjectPath . |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMClass> |
WBEMClient.associatorClasses(CIMObjectPath pObjectName,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Enumerates CIM classes that are associated to a specified source CIM
class.
|
CloseableIterator<CIMClass> |
WBEMClient.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
Enumerate CIM Classes.
|
CloseableIterator<CIMClass> |
WBEMClient.referenceClasses(CIMObjectPath pObjectName,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Enumerates the Association classes that refer to a specified source CIM
Class.
|
Modifier and Type | Method and Description |
---|---|
void |
WBEMClient.createClass(CIMClass pClass)
Create a CIM class.
|
EnumerateResponse<CIMInstance> |
WBEMClient.execQueryInstances(CIMObjectPath pObjectName,
java.lang.String pFilterQuery,
java.lang.String pFilterQueryLanguage,
boolean pReturnQueryResultClass,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects,
CIMClass pQueryResultClass)
execQueryInstances will execute a query to retrieve
instances. |
void |
WBEMClient.modifyClass(CIMClass pClass)
Modify the
CIMClass . |
Modifier and Type | Method and Description |
---|---|
static CIMClass |
CIMXMLParserImpl.parseCLASS(org.w3c.dom.Element pClassE)
parseCLASS
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createClass_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMClass pClass)
createClass_request
|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createCLASS(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMClass pClass)
createCLASS
|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_CLASSNAME(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMClass[] pResultSet)
createIRETURNVALUE_ENUMERATE_CLASSNAME
|
static org.w3c.dom.Element |
CIMClientXML_HelperImpl.enumerateClasses_response(org.w3c.dom.Document pDoc,
CIMClass[] pClA)
enumerateClasses_response
|
org.w3c.dom.Element |
CIMClientXML_HelperImpl.OpenQueryInstances_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
java.lang.String pFilterQuery,
java.lang.String pFilterQueryLanguage,
boolean pReturnQueryResultClass,
UnsignedInteger32 pOperationTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount,
CIMClass pQueryResultClass)
OpenQueryInstances_request
|
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setClass_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMClass pClass)
setClass_request
|
Modifier and Type | Method and Description |
---|---|
CIMClass |
ClassNode.getCIMClass()
getCIMClass
|
CIMClass |
ClassNode.getCIMClass(CIMObjectPath pObjPath)
getCIMClass
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
MOF.classDeclaration(CIMClass pCl,
java.lang.String pInd)
classDeclaration = [ qualifierList ] CLASS className [ superClass ]
"{" *classFeature "}" ";"
classFeature = propertyDeclaration | methodDeclaration
superClass = ":" className
|
Modifier and Type | Method and Description |
---|---|
CIMClass |
WBEMClientCIMXML.getClass(CIMObjectPath pName,
boolean pPropagated,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMClass> |
WBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
CloseableIterator<CIMClass> |
WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pPropagated,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
CloseableIterator<CIMClass> |
WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Modifier and Type | Method and Description |
---|---|
void |
WBEMClientCIMXML.createClass(CIMClass pClass) |
EnumerateResponse<CIMInstance> |
WBEMClientCIMXML.execQueryInstances(CIMObjectPath pObjectName,
java.lang.String pFilterQuery,
java.lang.String pFilterQueryLanguage,
boolean pReturnQueryResultClass,
UnsignedInteger32 pTimeout,
boolean pContinueOnError,
UnsignedInteger32 pMaxObjects,
CIMClass pQueryResultClass) |
void |
WBEMClientCIMXML.modifyClass(CIMClass pClass) |
Modifier and Type | Field and Description |
---|---|
protected CIMClass |
CIMCreateClassOp.iCimClass |
protected CIMClass |
CIMSetClassOp.iCimClass |
Modifier and Type | Method and Description |
---|---|
CIMClass |
CIMCreateClassOp.getCimClass()
Returns the CIM class
|
CIMClass |
CIMSetClassOp.getCimClass()
Returns cimClass
|
Constructor and Description |
---|
CIMCreateClassOp(CIMObjectPath pObjectName,
CIMClass pCimClass)
Ctor.
|
CIMSetClassOp(CIMObjectPath objectName,
CIMClass cimClass)
Ctor.
|
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.