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,
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 pPropagated,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Returns the
CIMClass for the specified CIMObjectPath
. |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMClass> |
WBEMClient.associatorClasses(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList)
Enumerates CIM classes that are associated to a specified source CIM
Object.
|
CloseableIterator<CIMClass> |
WBEMClient.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pPropagated,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin)
Enumerate CIM Classes.
|
CloseableIterator<CIMClass> |
WBEMClient.referenceClasses(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
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 The namespace from the CIMClass.getObjectPath() will
be used.
|
EnumerateResponse<CIMInstance> |
WBEMClient.execQueryInstances(CIMObjectPath pObjectName,
String filterQuery,
String filterQueryLanguage,
Boolean returnQueryResultClass,
UnsignedInteger32 timeout,
Boolean continueOnError,
UnsignedInteger32 maxObjectCount,
CIMClass queryResultClass)
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(Element pClassE)
parseCLASS
|
Modifier and Type | Method and Description |
---|---|
Element |
CIMClientXML_HelperImpl.createClass_request(Document pDoc,
CIMObjectPath pPath,
CIMClass pClass)
createClass_request
|
static Element |
CIMXMLBuilderImpl.createCLASS(Document pDoc,
Element pParentE,
CIMClass pClass)
createCLASS
|
static Element |
CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_CLASSNAME(Document pDoc,
Element pParentE,
CIMClass[] pResultSet)
createIRETURNVALUE_ENUMERATE_CLASSNAME
|
static Element |
CIMClientXML_HelperImpl.enumerateClasses_response(Document pDoc,
CIMClass[] pClA)
enumerateClasses_response
|
Element |
CIMClientXML_HelperImpl.OpenQueryInstances_request(Document pDoc,
CIMObjectPath pPath,
String pFilterQuery,
String pFilterQueryLanguage,
Boolean pReturnQueryResultClass,
UnsignedInteger32 pOperationTimeout,
Boolean pContinueOnError,
UnsignedInteger32 pMaxObjectCount,
CIMClass pQueryResultClass)
OpenQueryInstances_request
|
Element |
CIMClientXML_HelperImpl.setClass_request(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 String |
MOF.classDeclaration(CIMClass pCl,
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,
String[] pPropertyList) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMClass> |
WBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName,
String pAssociationClass,
String pResultClass,
String pRole,
String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
CloseableIterator<CIMClass> |
WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pPropagated,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
CloseableIterator<CIMClass> |
WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName,
String pResultClass,
String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
String[] pPropertyList) |
Modifier and Type | Method and Description |
---|---|
void |
WBEMClientCIMXML.createClass(CIMClass pClass) |
EnumerateResponse<CIMInstance> |
WBEMClientCIMXML.execQueryInstances(CIMObjectPath pObjectName,
String pFilterQuery,
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 |
CIMSetClassOp.iCimClass |
protected CIMClass |
CIMCreateClassOp.iCimClass |
Modifier and Type | Method and Description |
---|---|
CIMClass |
CIMSetClassOp.getCimClass()
Returns cimClass
|
CIMClass |
CIMCreateClassOp.getCimClass()
Returns the CIM class
|
Constructor and Description |
---|
CIMCreateClassOp(CIMObjectPath pObjectName,
CIMClass pCimClass)
Ctor.
|
CIMSetClassOp(CIMObjectPath objectName,
CIMClass cimClass)
Ctor.
|
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.