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<Object> |
CIMXMLParserImpl.parseQUALIFIERDECLARATION(Element pQualifierTypeE)
parseQUALIFIERDECLARATION
|
Modifier and Type | Method and Description |
---|---|
static Element |
CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(Document pDoc,
Element pParentE,
CIMQualifierType<?> pQualifierType)
createQUALIFIER_DECLARATION
|
Element |
CIMClientXML_HelperImpl.createQualifierType_request(Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
createQualifierType_request : This has been replaced by
setQualifierType_request
|
static Element |
CIMClientXML_HelperImpl.enumQualifierTypes_response(Document pDoc,
CIMQualifierType<?>[] pQualiTypeA)
enumQualifierTypes_response
|
Element |
CIMClientXML_HelperImpl.setQualifierType_request(Document pDoc,
CIMObjectPath pPath,
CIMQualifierType<?> pQt)
setQualifierType_request
|
Modifier and Type | Method and Description |
---|---|
CIMQualifierType<Object> |
QualiDeclNode.getCIMQualifierType()
getCIMQualifierType
|
Modifier and Type | Method and Description |
---|---|
static 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<?> |
CIMCreateQualifierTypeOp.iQualifierType |
protected CIMQualifierType<?> |
CIMSetQualifierTypeOp.iQualifierType |
Modifier and Type | Method and Description |
---|---|
CIMQualifierType<?> |
CIMCreateQualifierTypeOp.getQualifierType()
Returns the qualifier type
|
CIMQualifierType<?> |
CIMSetQualifierTypeOp.getQualifierType()
Returns qualifierType
|
Constructor and Description |
---|
CIMCreateQualifierTypeOp(CIMObjectPath pObjectName,
CIMQualifierType<?> pQualifierType)
Ctor.
|
CIMSetQualifierTypeOp(CIMObjectPath objectName,
CIMQualifierType<?> qualifierType)
Ctor.
|
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.