void |
CIMClient.addCIMListener(CIMListener pListener) |
Adds the specified CIMListener to start receiving indications from the
CIM server.
|
void |
CIMClientXML.addCIMListener(CIMListener pListener) |
|
void |
CIMClientXML.addCIMListener(CIMListener pListener,
java.lang.String pId) |
|
void |
CIMOMHandle.addCIMListener(CIMListener pListener) |
|
java.util.Enumeration |
CIMClient.associatorNames(CIMObjectPath pObjectPath) |
Enumerates the CIM objects on the target CIM server that are at the other
end of all associations connecting to a source CIM object at this end of
these associations, and returns CIM object paths to these objects.
|
java.util.Enumeration |
CIMClient.associatorNames(CIMObjectPath pObjectPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
Enumerates the CIM objects on the target CIM server that are at the other
end of all associations connecting to a source CIM object at this end of
these associations, and returns CIM object paths to these objects.
|
java.util.Enumeration |
CIMClientXML.associatorNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
|
java.util.Enumeration |
CIMOMHandle.associatorNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.associatorNames(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole) |
|
java.util.Enumeration |
CIMClient.associators(CIMObjectPath pObjectPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Enumerates the CIM objects on the target CIM server that are at the other
end of all associations connecting to a source CIM object at this end of
these associations, and returns copies of these CIM objects.
|
java.util.Enumeration |
CIMClientXML.associators(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMOMHandle.associators(CIMObjectPath pPath,
java.lang.String pAssociationClass,
java.lang.String pResultClass,
java.lang.String pRole,
java.lang.String pResultRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
void |
CIMClient.close() |
Closes the connection to the CIM server.
|
void |
CIMClient.close(boolean pKeepEnumerations) |
Closes the connection to the CIM server.
|
void |
CIMClientXML.close() |
|
void |
CIMClientXML.close(boolean pKeepEnumerations) |
|
void |
CIMOMHandle.close() |
|
void |
CIMOMHandle.close(boolean pKeepEnumerations) |
|
void |
CIMClient.createClass(CIMObjectPath pClassPath,
CIMClass pNewClass) |
Creates a CIM class on the target CIM server.
|
void |
CIMClientXML.createClass(CIMObjectPath pPath,
CIMClass pClass) |
|
void |
CIMOMHandle.createClass(CIMObjectPath pPath,
CIMClass pClass) |
|
CIMObjectPath |
CIMClient.createInstance(CIMObjectPath pNamespacePath,
CIMInstance pNewInstance) |
Creates a CIM instance in the specified namespace on the target CIM
server.
|
CIMObjectPath |
CIMClientXML.createInstance(CIMObjectPath pObjectName,
CIMInstance pInstance) |
|
CIMObjectPath |
CIMOMHandle.createInstance(CIMObjectPath pPath,
CIMInstance instance) |
|
void |
CIMClient.createNameSpace(CIMNameSpace pNameSpace) |
Creates a CIM namespace on the target CIM server.
|
void |
CIMClientXML.createNameSpace(CIMNameSpace pNamespace) |
|
void |
CIMOMHandle.createNameSpace(CIMNameSpace pNamespace) |
|
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 |
CIMClient.deleteClass(CIMObjectPath pClassPath) |
Deletes a CIM class on the target CIM server.
|
void |
CIMClientXML.deleteClass(CIMObjectPath pPath) |
|
void |
CIMOMHandle.deleteClass(CIMObjectPath pPath) |
|
void |
CIMClient.deleteInstance(CIMObjectPath pInstancePath) |
Deletes a CIM instance on the target CIM server.
|
void |
CIMClientXML.deleteInstance(CIMObjectPath pPath) |
|
void |
CIMOMHandle.deleteInstance(CIMObjectPath pPath) |
|
void |
CIMClient.deleteNameSpace(CIMNameSpace pNameSpace) |
Deletes a CIM namespace from the target CIM server.
|
void |
CIMClientXML.deleteNameSpace(CIMNameSpace pNamespace) |
|
void |
CIMOMHandle.deleteNameSpace(CIMNameSpace pNamespace) |
|
void |
CIMClient.deleteQualifierType(CIMObjectPath pQualifierPath) |
Deletes a CIM qualifier declaration on the target CIM server.
|
void |
CIMClientXML.deleteQualifierType(CIMObjectPath pPath) |
|
void |
CIMOMHandle.deleteQualifierType(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClient.enumClass(CIMObjectPath pClassPath) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumClass(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumClass(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses() |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClient.enumerateClasses(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns copies of these classes.
|
java.util.Enumeration |
CIMClientXML.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
|
java.util.Enumeration |
CIMOMHandle.enumerateClasses(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
|
java.util.Enumeration |
CIMClient.enumerateClassNames() |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns CIM class paths to these classes.
|
java.util.Enumeration |
CIMClient.enumerateClassNames(CIMObjectPath pClassPath) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns CIM class paths to these classes.
|
java.util.Enumeration |
CIMClient.enumerateClassNames(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM classes on the target CIM server that are subclasses
of the specified class, and returns CIM class paths to these classes.
|
java.util.Enumeration |
CIMClientXML.enumerateClassNames(CIMObjectPath pObjectName,
boolean pDeep) |
|
java.util.Enumeration |
CIMOMHandle.enumerateClassNames(CIMObjectPath pPath,
boolean pDeep) |
|
java.util.Enumeration |
CIMClient.enumerateInstanceNames(CIMObjectPath pClassPath) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns CIM instance paths to these
instances.
|
java.util.Enumeration |
CIMClientXML.enumerateInstanceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.enumerateInstanceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumerateInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClientXML.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMOMHandle.enumerateInstances(CIMObjectPath pPath,
boolean pDeep,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMClient.enumInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumInstances(CIMObjectPath pClassPath,
boolean pDeepInheritance,
boolean pLocalOnly) |
Enumerates the CIM instances on the target CIM server that are of the
specified class or its subclasses and returns copies of these instances.
|
java.util.Enumeration |
CIMClient.enumNameSpace(CIMObjectPath pNamespacePath,
boolean pDeep) |
Enumerates the CIM namespaces on the target CIM server, and returns CIM
instance paths to the CIM_Namespace instances representing them.
|
java.util.Enumeration |
CIMClientXML.enumNameSpace(CIMObjectPath pPath,
boolean pDeep) |
|
java.util.Enumeration |
CIMOMHandle.enumNameSpace(CIMObjectPath pPath,
boolean pDeep) |
|
java.util.Enumeration |
CIMClient.enumQualifierTypes(CIMObjectPath pNamespacePath) |
Enumerates the CIM qualifier declarations in a namespace on the target
CIM server.
|
java.util.Enumeration |
CIMClientXML.enumQualifierTypes(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.enumQualifierTypes(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClient.execQuery(CIMObjectPath pNamespacePath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
Executes a query on the target CIM server.
|
java.util.Enumeration |
CIMClientXML.execQuery(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
|
java.util.Enumeration |
CIMOMHandle.execQuery(CIMObjectPath pPath,
java.lang.String pQuery,
java.lang.String pQueryLanguage) |
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClient.getClass(CIMObjectPath pClassPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Gets a copy of a CIM class from the target CIM server.
|
CIMClass |
CIMClientXML.getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
CIMClass |
CIMOMHandle.getClass(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol) |
Deprecated.
|
static CIMOMHandle |
CIMClientFactory.getClient(CIMNameSpace pNameSpace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties) |
Constructs a CIMOMHandle with connection information to a
target CIM server and a default namespace, using the specified principal,
credential, protocol and session properties.
|
CIMInstance |
CIMClient.getIndicationHandler(CIMListener pListener) |
This methods return an instance of CIM_IndicationHandler, since CIM over
HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is
returned.
|
CIMInstance |
CIMClientXML.getIndicationHandler(CIMListener pListener) |
|
CIMInstance |
CIMOMHandle.getIndicationHandler(CIMListener pListener) |
|
CIMInstance |
CIMClient.getIndicationListener(CIMListener pListener) |
This methods return an instance of CIM_IndicationDestination, since CIM
over HTTP is used as transport an instance of
CIM_ListenerDestinationCIMXML is returned.
|
CIMInstance |
CIMClientXML.getIndicationListener(CIMListener pListener) |
|
CIMInstance |
CIMOMHandle.getIndicationListener(CIMListener pListener) |
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly) |
Gets a copy of a CIM instance.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClient.getInstance(CIMObjectPath pInstancePath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Gets a copy of a CIM instance from the target CIM server.
|
CIMInstance |
CIMClientXML.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
CIMInstance |
CIMOMHandle.getInstance(CIMObjectPath pPath,
boolean pLocalOnly,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
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) |
|
CIMQualifierType |
CIMClient.getQualifierType(CIMObjectPath pQualifierPath) |
Gets a copy of a CIM qualifier declaration from the target CIM server.
|
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath) |
|
CIMQualifierType |
CIMClientXML.getQualifierType(CIMObjectPath pPath,
java.lang.String pQualifierType) |
|
CIMQualifierType |
CIMOMHandle.getQualifierType(CIMObjectPath pPath) |
|
java.lang.Object |
BatchResult.getResult(int operationID) |
Returns the object produced by the specified batch operation.
|
void |
CIMClientXML.init(CIMNameSpace pNamespace,
java.security.Principal pPrincipal,
java.lang.Object pCredential,
java.lang.String pProtocol,
SessionProperties pProperties) |
|
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 |
CIMClient.invokeMethod(CIMObjectPath pObjectPath,
java.lang.String pMethodName,
CIMArgument[] pInputArguments,
CIMArgument[] pOutputArguments) |
Deprecated.
|
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) |
|
BatchResult |
CIMClient.performBatchOperations(BatchHandle pBatchHandle) |
Performs the operations specified in the BatchHandle object.
|
BatchResult |
CIMClientXML.performBatchOperations(BatchHandle pBatchHandle) |
|
BatchResult |
CIMOMHandle.performBatchOperations(BatchHandle pBatchHandle) |
|
void |
CIMClientXML.preCheck(CIMNameSpace pNamespace) |
|
void |
CIMClientXML.preCheck(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClient.referenceNames(CIMObjectPath pObjectPath) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns CIM object paths to these
objects.
|
java.util.Enumeration |
CIMClient.referenceNames(CIMObjectPath pObjectPath,
java.lang.String pResultClass,
java.lang.String pRole) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns CIM object paths to these
objects.
|
java.util.Enumeration |
CIMClientXML.referenceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
|
java.util.Enumeration |
CIMOMHandle.referenceNames(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.referenceNames(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole) |
|
java.util.Enumeration |
CIMClient.references(CIMObjectPath pObjectPath) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns copies of these objects.
|
java.util.Enumeration |
CIMClient.references(CIMObjectPath pObjectPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
Enumerates the CIM asociation objects on the target CIM server that
reference a particular CIM object, and returns copies of these objects.
|
java.util.Enumeration |
CIMClientXML.references(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMClientXML.references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
java.util.Enumeration |
CIMOMHandle.references(CIMObjectPath pPath) |
|
java.util.Enumeration |
CIMOMHandle.references(CIMObjectPath pPath,
java.lang.String pResultClass,
java.lang.String pRole,
boolean pIncludeQualifiers,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList) |
|
void |
CIMClient.removeCIMListener(CIMListener pListener) |
Removes the specified CIMListener, to stop receiving indications from the
CIM server.
|
void |
CIMClientXML.removeCIMListener(CIMListener pListener) |
|
void |
CIMOMHandle.removeCIMListener(CIMListener pListener) |
|
void |
CIMClient.setClass(CIMObjectPath pClassPath,
CIMClass pModifiedClass) |
Modifies a CIM class on the target CIM server.
|
void |
CIMClientXML.setClass(CIMObjectPath pPath,
CIMClass pClass) |
|
void |
CIMOMHandle.setClass(CIMObjectPath pPath,
CIMClass pClass) |
|
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance) |
Modifies a CIM instance on the target CIM server.
|
void |
CIMClient.setInstance(CIMObjectPath pInstancePath,
CIMInstance pModifiedInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
Modifies a CIM instance on the target CIM server.
|
void |
CIMClientXML.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
|
void |
CIMOMHandle.setInstance(CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList) |
|
void |
CIMClient.setProperty(CIMObjectPath pInstancePath,
java.lang.String pPropertyName) |
Modifies a property value of a CIM instance on the target CIM server.
|
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) |
|
void |
CIMClientXML.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
|
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName) |
|
void |
CIMOMHandle.setProperty(CIMObjectPath pPath,
java.lang.String pPropertyName,
CIMValue pValue) |
|
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) |
|
java.io.InputStreamReader |
CIMClientXML.transmitRequest(java.lang.String pCimMethod,
HttpHeader pHeader,
org.w3c.dom.Document pDocument) |
|