Package | Description |
---|---|
org.sblim.wbem.cim |
Representation of CIM data in Java.
|
org.sblim.wbem.client |
Public API for client connections and WBEM operations.
|
org.sblim.wbem.client.operations |
Public API for batch operations.
|
org.sblim.wbem.xml |
Internal implementation of XML processing
|
Modifier and Type | Method and Description |
---|---|
void |
CIMQualifier.setDefaults(CIMQualifierType pQualifierType)
Sets the default value and the flavor from the given qualifier type
|
void |
CIMQualifier.setDefaults(CIMQualifierType pQualifierType)
Sets the default value and the flavor from the given qualifier type
|
Constructor and Description |
---|
CIMQualifier(java.lang.String pName,
CIMQualifierType pType)
Ctor.
|
CIMQualifier(java.lang.String pName,
CIMQualifierType pType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
CIMQualifierType |
CIMClient.getQualifierType(CIMObjectPath pQualifierPath)
Gets a copy of a CIM qualifier declaration from the target CIM server.
|
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath) |
CIMQualifierType |
CIMOMHandle.getQualifierType(CIMObjectPath pPath) |
CIMQualifierType |
CIMOMHandle.getQualifierType(CIMObjectPath pPath) |
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath) |
CIMQualifierType |
CIMClient.getQualifierType(CIMObjectPath pQualifierPath)
Gets a copy of a CIM qualifier declaration from the target CIM server.
|
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath,
java.lang.String pQualifierType) |
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath,
java.lang.String pQualifierType) |
Modifier and Type | Method and Description |
---|---|
int |
BatchCIMClient.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
int |
BatchHandle.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMClient.createQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server.
|
void |
CIMClientXML.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMOMHandle.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMOMHandle.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMClientXML.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
int |
BatchCIMClient.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
int |
BatchHandle.createQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMClient.createQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server.
|
int |
BatchCIMClient.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
int |
BatchHandle.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMClient.setQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server.
|
void |
CIMClientXML.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMOMHandle.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMOMHandle.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMClientXML.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
int |
BatchCIMClient.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
int |
BatchHandle.setQualifierType(CIMObjectPath pPath,
CIMQualifierType pQualifierType) |
void |
CIMClient.setQualifierType(CIMObjectPath pNamespacePath,
CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server.
|
Modifier and Type | Field and Description |
---|---|
protected CIMQualifierType |
CIMCreateQualifierTypeOp.iQualifierType |
protected CIMQualifierType |
CIMSetQualifierTypeOp.iQualifierType |
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
|
CIMQualifierType |
CIMCreateQualifierTypeOp.getQualifierType()
Returns the qualifier type
|
CIMQualifierType |
CIMSetQualifierTypeOp.getQualifierType()
Returns qualifierType
|
Constructor and Description |
---|
CIMCreateQualifierTypeOp(CIMObjectPath pObjectName,
CIMQualifierType pQualifierType) |
CIMCreateQualifierTypeOp(CIMObjectPath pObjectName,
CIMQualifierType pQualifierType) |
CIMSetQualifierTypeOp(CIMObjectPath objectName,
CIMQualifierType qualifierType) |
CIMSetQualifierTypeOp(CIMObjectPath objectName,
CIMQualifierType qualifierType) |
Modifier and Type | Method and Description |
---|---|
static CIMQualifierType |
CIMXMLParserImpl.parseQUALIFIERDECLARATION(org.w3c.dom.Element qualifiertypeE) |
static CIMQualifierType |
CIMXMLParserImpl.parseQUALIFIERDECLARATION(org.w3c.dom.Element qualifiertypeE) |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMQualifierType qualifiertype) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createQUALIFIER_DECLARATION(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMQualifierType qualifiertype) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createQualifierType_request(org.w3c.dom.Document doc,
CIMObjectPath path,
CIMQualifierType qt) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createQualifierType_request(org.w3c.dom.Document doc,
CIMObjectPath path,
CIMQualifierType qt) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setQualifierType_request(org.w3c.dom.Document doc,
CIMObjectPath path,
CIMQualifierType qt) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setQualifierType_request(org.w3c.dom.Document doc,
CIMObjectPath path,
CIMQualifierType qt) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.