Package | Description |
---|---|
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 |
---|---|
CIMQualifierType<?> |
WBEMClient.getQualifierType(CIMObjectPath pName)
Get a
CIMQualifierType . |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMQualifierType<?>> |
WBEMClient.enumerateQualifierTypes(CIMObjectPath pPath)
Enumerates the CIM Qualifier types for a specific namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
WBEMClient.setQualifierType(CIMQualifierType<?> pQualifierType)
Add a
CIMQualifierType to the specified namespace if it does
not already exist. |
Modifier and Type | Method and Description |
---|---|
static CIMQualifierType<java.lang.Object> |
CIMXMLParserImpl.parseQUALIFIERDECLARATION(org.w3c.dom.Element pQualifierTypeE)
parseQUALIFIERDECLARATION
|
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMQualifierType<?> pQualifierType)
createQUALIFIER_DECLARATION
|
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createQualifierType_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
createQualifierType_request : This has been replaced by
setQualifierType_request
|
static org.w3c.dom.Element |
CIMClientXML_HelperImpl.enumQualifierTypes_response(org.w3c.dom.Document pDoc,
CIMQualifierType<?>[] pQualiTypeA)
enumQualifierTypes_response
|
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setQualifierType_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
setQualifierType_request
|
Modifier and Type | Method and Description |
---|---|
CIMQualifierType<java.lang.Object> |
QualiDeclNode.getCIMQualifierType()
getCIMQualifierType
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
MOF.qualifierDeclaration(CIMQualifierType<?> pQType)
qualifierDeclaration = QUALIFIER qualifierName qualifierType scope
[ defaultFlavor ] ";"
|
Modifier and Type | Method and Description |
---|---|
CIMQualifierType<?> |
WBEMClientCIMXML.getQualifierType(CIMObjectPath pName) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<CIMQualifierType<?>> |
WBEMClientCIMXML.enumerateQualifierTypes(CIMObjectPath pPath) |
Modifier and Type | Method and Description |
---|---|
void |
WBEMClientCIMXML.setQualifierType(CIMQualifierType<?> pQualifierType) |
Modifier and Type | Field and Description |
---|---|
protected CIMQualifierType<?> |
CIMSetQualifierTypeOp.iQualifierType |
protected CIMQualifierType<?> |
CIMCreateQualifierTypeOp.iQualifierType |
Modifier and Type | Method and Description |
---|---|
CIMQualifierType<?> |
CIMSetQualifierTypeOp.getQualifierType()
Returns qualifierType
|
CIMQualifierType<?> |
CIMCreateQualifierTypeOp.getQualifierType()
Returns the qualifier type
|
Constructor and Description |
---|
CIMCreateQualifierTypeOp(CIMObjectPath pObjectName,
CIMQualifierType<?> pQualifierType)
Ctor.
|
CIMSetQualifierTypeOp(CIMObjectPath objectName,
CIMQualifierType<?> qualifierType)
Ctor.
|
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.