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