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 | Field and Description |
---|---|
static CIMValue |
CIMValue.FALSE |
static CIMValue |
CIMValue.FALSE |
static CIMValue |
CIMValue.TRUE |
static CIMValue |
CIMValue.TRUE |
Modifier and Type | Method and Description |
---|---|
CIMValue |
CIMQualifierType.getDefaultValue()
Gets the default for this CIMQualifierType.
|
CIMValue |
CIMQualifierType.getDefaultValue()
Gets the default for this CIMQualifierType.
|
CIMValue |
CIMArgument.getValue()
Gets the CIMValue associated with this CIMArgument.
|
CIMValue |
CIMProperty.getValue()
Returns the CIMValue associated with this CIMProperty.
|
CIMValue |
CIMQualifier.getValue() |
CIMValue |
CIMProperty.getValue()
Returns the CIMValue associated with this CIMProperty.
|
CIMValue |
CIMQualifier.getValue() |
CIMValue |
CIMArgument.getValue()
Gets the CIMValue associated with this CIMArgument.
|
Modifier and Type | Method and Description |
---|---|
void |
CIMObjectPath.addKey(java.lang.String pPropertyName,
CIMValue pValue)
Add a new key to the property list
|
void |
CIMObjectPath.addKey(java.lang.String pPropertyName,
CIMValue pValue)
Add a new key to the property list
|
void |
CIMQualifierType.setDefaultValue(CIMValue pValue)
Assigns the default value for this CIMDataType.
|
void |
CIMQualifierType.setDefaultValue(CIMValue pValue)
Assigns the default value for this CIMDataType.
|
CIMProperty |
CIMObject.setProperty(java.lang.String pPropertyName,
CIMValue pValue)
Sets the value for the property, if the property already exists,
otherwise create a new property with the specified name, and sets assigns
the especified value to it.
|
CIMProperty |
CIMObject.setProperty(java.lang.String pPropertyName,
CIMValue pValue)
Sets the value for the property, if the property already exists,
otherwise create a new property with the specified name, and sets assigns
the especified value to it.
|
void |
CIMArgument.setValue(CIMValue pValue)
Specifies the CIMValue for this CIMArgument.
|
void |
CIMProperty.setValue(CIMValue pValue)
Sets the value of this CIMProperty to the specified CIMProperty.
|
void |
CIMQualifier.setValue(CIMValue pValue)
Sets this qualifiers value
|
void |
CIMProperty.setValue(CIMValue pValue)
Sets the value of this CIMProperty to the specified CIMProperty.
|
void |
CIMQualifier.setValue(CIMValue pValue)
Sets this qualifiers value
|
void |
CIMArgument.setValue(CIMValue pValue)
Specifies the CIMValue for this CIMArgument.
|
Constructor and Description |
---|
CIMArgument(java.lang.String pName,
CIMValue pValue)
Constructs an object representing a CIMArgument with the specified name
and the specified CIMValue.
|
CIMArgument(java.lang.String pName,
CIMValue pValue)
Constructs an object representing a CIMArgument with the specified name
and the specified CIMValue.
|
CIMProperty(java.lang.String pName,
CIMValue pValue)
Creates a CIMProperty with the specified name and CIMValue.
|
CIMProperty(java.lang.String pName,
CIMValue pValue)
Creates a CIMProperty with the specified name and CIMValue.
|
Modifier and Type | Method and Description |
---|---|
CIMValue |
CIMClient.getProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName)
Gets a copy of a property value of a CIM instance on the target CIM
server.
|
CIMValue |
CIMClientXML.getProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
CIMValue |
CIMOMHandle.getProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
CIMValue |
CIMOMHandle.getProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
CIMValue |
CIMClientXML.getProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
CIMValue |
CIMClient.getProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName)
Gets a copy of a property value of a CIM instance on the target CIM
server.
|
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments)
Deprecated.
It is not recommended to use this method, since the number of
output parameters may be extended by the CIM provider in the
future. Instead, use
CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector) . |
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments)
Deprecated.
It is not recommended to use this method, since the number of
output parameters may be extended by the CIM provider in the
future. Instead, use
CIMClient.invokeMethod(CIMObjectPath, String, Vector, Vector) . |
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on
the target CIM server.
|
CIMValue |
CIMClientXML.invokeMethod(CIMObjectPath pObjectName,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
CIMValue |
CIMOMHandle.invokeMethod(CIMObjectPath pPath,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
CIMValue |
CIMOMHandle.invokeMethod(CIMObjectPath pPath,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
CIMValue |
CIMClientXML.invokeMethod(CIMObjectPath pObjectName,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments) |
CIMValue |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
java.util.Vector pInputArguments,
java.util.Vector pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on
the target CIM server.
|
Modifier and Type | Method and Description |
---|---|
int |
BatchCIMClient.setProperty(CIMObjectPath pPath,
java.lang.String pName,
CIMValue pValue) |
int |
BatchHandle.setProperty(CIMObjectPath pPath,
java.lang.String pName,
CIMValue pValue) |
void |
CIMClient.setProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName,
CIMValue pNewValue)
Modifies a property value of a CIM instance on the target CIM server.
|
void |
CIMClientXML.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
int |
BatchCIMClient.setProperty(CIMObjectPath pPath,
java.lang.String pName,
CIMValue pValue) |
void |
CIMClientXML.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
void |
CIMClient.setProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName,
CIMValue pNewValue)
Modifies a property value of a CIM instance on the target CIM server.
|
int |
BatchHandle.setProperty(CIMObjectPath pPath,
java.lang.String pName,
CIMValue pValue) |
Modifier and Type | Field and Description |
---|---|
protected CIMValue |
CIMSetPropertyOp.iCimValue |
protected CIMValue |
CIMSetPropertyOp.iCimValue |
Modifier and Type | Method and Description |
---|---|
CIMValue |
CIMSetPropertyOp.getCimValue()
Returns cimValue
|
CIMValue |
CIMSetPropertyOp.getCimValue()
Returns cimValue
|
Constructor and Description |
---|
CIMSetPropertyOp(CIMObjectPath objectName,
java.lang.String propertyName,
CIMValue cimValue) |
CIMSetPropertyOp(CIMObjectPath objectName,
java.lang.String propertyName,
CIMValue cimValue) |
Modifier and Type | Method and Description |
---|---|
static CIMValue |
CIMXMLParserImpl.parseKEYVALUE(org.w3c.dom.Element keyvalueE) |
static CIMValue |
CIMXMLParserImpl.parseKEYVALUE(org.w3c.dom.Element keyvalueE) |
static CIMValue |
CIMXMLParserImpl.parseRETURNVALUE(org.w3c.dom.Element returnvalueE) |
static CIMValue |
CIMXMLParserImpl.parseRETURNVALUE(org.w3c.dom.Element returnvalueE) |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIPARAMVALUE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMValue argValue) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIPARAMVALUE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMValue argValue) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMValue argValue) |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUE(org.w3c.dom.Document doc,
org.w3c.dom.Element parentE,
CIMValue argValue) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setProperty_request(org.w3c.dom.Document doc,
CIMObjectPath path,
java.lang.String propertyName,
CIMValue newValue) |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setProperty_request(org.w3c.dom.Document doc,
CIMObjectPath path,
java.lang.String propertyName,
CIMValue newValue) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.