Uses of Class org.sblim.wbem.cim.CIMObjectPath

Uses in package org.sblim.wbem.cim

Constructors with parameter type org.sblim.wbem.cim.CIMObjectPath

Construct an object of a CIMClass pointing to the specified CIMObjectPath.
Constructs an object of a CIMInstance

Fields of type org.sblim.wbem.cim.CIMObjectPath

CIMObjectPath

Methods with parameter type org.sblim.wbem.cim.CIMObjectPath

void
Sets the CIMObjectPath for the current CIMClass.
void
Specifies the CIMObjectPath for this CIMInstance.
void
Specifies the CIMObjectPath for this CIM Object.

Methods with return type org.sblim.wbem.cim.CIMObjectPath

CIMObjectPath
Returns the CIMObjectPath from this object.
CIMObjectPath
Gets the CIMObjectsPath for this CIMInstance.
CIMObjectPath
CIMObjectPath.parse(String pObjectPath)
Returns a CIMObjectPath from the given string.

Uses in package org.sblim.wbem.client.operations

Constructors with parameter type org.sblim.wbem.cim.CIMObjectPath

CIMAssociatorNamesOp.CIMAssociatorNamesOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
CIMAssociatorsOp.CIMAssociatorsOp(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
CIMEnumClassesOp.CIMEnumClassesOp(CIMObjectPath pObjectName, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
CIMEnumInstancesOp.CIMEnumInstancesOp(CIMObjectPath objectName, boolean deep, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
CIMExecQueryOp.CIMExecQueryOp(CIMObjectPath objectName, String query, String queryLanguage)
CIMGetClassOp.CIMGetClassOp(CIMObjectPath pObjectName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
CIMGetInstanceOp.CIMGetInstanceOp(CIMObjectPath pObjectName, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
CIMGetPropertyOp.CIMGetPropertyOp(CIMObjectPath pObjectName, String pPropertyName)
CIMGetQualifierTypeOp.CIMGetQualifierTypeOp(CIMObjectPath pObjectName, String pQualifierType)
CIMInvokeMethodOp.CIMInvokeMethodOp(CIMObjectPath pObjectName, String pMethodName, Vector pInParams, Vector pOutParams)
CIMReferenceNamesOp.CIMReferenceNamesOp(CIMObjectPath pObjectName, String pResultClass, String pRole)
CIMReferencesOp.CIMReferencesOp(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
CIMSetInstanceOp.CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, String[] propertyList)
CIMSetPropertyOp.CIMSetPropertyOp(CIMObjectPath objectName, String propertyName, CIMValue cimValue)

Fields of type org.sblim.wbem.cim.CIMObjectPath

CIMObjectPath

Methods with return type org.sblim.wbem.cim.CIMObjectPath

CIMObjectPath
Returns the object name

Uses in package org.sblim.wbem.xml

Fields of type org.sblim.wbem.cim.CIMObjectPath

CIMObjectPath

Methods with parameter type org.sblim.wbem.cim.CIMObjectPath

Element
CIMClientXML_HelperImpl.associatorNames_request(Document doc, CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole)
Element
CIMClientXML_HelperImpl.associators_request(Document doc, CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
Element
CIMXMLBuilderImpl.createCLASSPATH(Document doc, Element parentE, CIMObjectPath path)
Element
Element
CIMXMLBuilderImpl.createINSTANCENAME(Document doc, Element parentE, CIMObjectPath instanceOP)
Element
CIMXMLBuilderImpl.createINSTANCEPATH(Document doc, Element parentE, CIMObjectPath path)
Element
Element
CIMXMLBuilderImpl.createLOCALCLASSPATH(Document doc, Element parentE, CIMObjectPath path)
Element
CIMXMLBuilderImpl.createLOCALINSTANCEPATH(Document doc, Element parentE, CIMObjectPath path)
Element
CIMXMLBuilderImpl.createLOCALNAMESPACEPATH(Document doc, Element parentE, CIMObjectPath name)
Element
CIMXMLBuilderImpl.createLOCALOBJECTPATH(Document doc, Element parentE, CIMObjectPath path)
Element
CIMXMLBuilderImpl.createNAMESPACEPATH(Document doc, Element parentE, CIMObjectPath path)
Element
CIMXMLBuilderImpl.createOBJECTNAME(Document doc, Element parentE, CIMObjectPath path)
Element
CIMXMLBuilderImpl.createOBJECTPATH(Document doc, Element parentE, CIMObjectPath path)
Element
Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document doc, Element parentE, CIMObjectPath path, CIMInstance inst)
Element
CIMXMLBuilderImpl.createVALUEREFERENCE(Document doc, Element parentE, CIMObjectPath path)
Element
Element
Element
Element
Element
CIMClientXML_HelperImpl.enumerateClassNames_request(Document doc, CIMObjectPath path, boolean deepInheritance)
Element
CIMClientXML_HelperImpl.enumerateClasses_request(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin)
Element
Element
CIMClientXML_HelperImpl.enumerateInstances_request(Document doc, CIMObjectPath path, boolean deepInheritance, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
Element
CIMClientXML_HelperImpl.execQuery_request(Document doc, CIMObjectPath path, String query, String queryLanguage)
Element
CIMClientXML_HelperImpl.getClass_request(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
Element
CIMClientXML_HelperImpl.getInstance_request(Document doc, CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
Element
CIMClientXML_HelperImpl.getProperty_request(Document doc, CIMObjectPath path, String propertyName)
Element
Element
CIMClientXML_HelperImpl.invokeMethod_request(Document doc, CIMObjectPath name, String methodName, Vector inArgs)
CIMInstance
Element
CIMClientXML_HelperImpl.referenceNames_request(Document doc, CIMObjectPath path, String resultClass, String role)
Element
CIMClientXML_HelperImpl.references_request(Document doc, CIMObjectPath path, String resultClass, String role, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
Element
Element
CIMClientXML_HelperImpl.setInstance_request(Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, String[] propertyList)
void
Element
CIMClientXML_HelperImpl.setProperty_request(Document doc, CIMObjectPath path, String propertyName, CIMValue newValue)
Element

Methods with return type org.sblim.wbem.cim.CIMObjectPath

CIMObjectPath
CIMObjectPath
CIMXMLParserImpl.parseCLASSNAME(Element classnameE)
CIMObjectPath
CIMXMLParserImpl.parseCLASSPATH(Element classpathE)
CIMObjectPath
CIMXMLParserImpl.parseINSTANCENAME(Element instancenameE)
CIMObjectPath
CIMXMLParserImpl.parseINSTANCEPATH(Element instancepathE)
CIMObjectPath
CIMObjectPath
CIMXMLParserImpl.parseLOCALINSTANCEPATH(Element localinstancepathE)
CIMObjectPath
CIMXMLParserImpl.parseOBJECTPATH(Element objectpathE)
CIMObjectPath
CIMXMLParserImpl.parseVALUEREFERENCE(Element valuereferenceE)

Uses in package org.sblim.wbem.client

Constructors with parameter type org.sblim.wbem.cim.CIMObjectPath

CIMEnumerationImpl.CIMEnumerationImpl(Enumeration pEnumeration, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace)
CIMEnumerationImpl.CIMEnumerationImpl(XMLDefaultHandlerImpl pHandler, CIMObjectPath pRequest, CIMNameSpace pDefaultNamespace, InputStreamReader pStream, HttpClient pHttpClient, boolean pUseSAX)

Methods with parameter type org.sblim.wbem.cim.CIMObjectPath

int
int
Enumeration
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.
Enumeration
Enumeration
int
BatchCIMClient.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
int
BatchHandle.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
Enumeration
CIMClient.associatorNames(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, 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.
Enumeration
CIMClientXML.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
Enumeration
CIMOMHandle.associatorNames(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole)
int
int
int
BatchCIMClient.associators(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
int
BatchHandle.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
Enumeration
CIMClient.associators(CIMObjectPath pObjectPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, 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.
Enumeration
CIMClientXML.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
Enumeration
CIMOMHandle.associators(CIMObjectPath pPath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
int
int
void
CIMClient.createClass(CIMObjectPath pClassPath, CIMClass pNewClass)
Creates a CIM class on the target CIM server.
void
void
int
int
CIMObjectPath
CIMClient.createInstance(CIMObjectPath pNamespacePath, CIMInstance pNewInstance)
Creates a CIM instance in the specified namespace on the target CIM server.
CIMObjectPath
CIMObjectPath
int
int
void
Creates or replaces a CIM qualifier declaration on the target CIM server.
void
void
int
int
void
Deletes a CIM class on the target CIM server.
void
void
int
int
void
Deletes a CIM instance on the target CIM server.
void
void
int
int
void
Deletes a CIM qualifier declaration on the target CIM server.
void
void
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
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.
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.
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.
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.
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.
Enumeration
CIMClientXML.enumNameSpace(CIMObjectPath pPath, boolean pDeep)
Enumeration
CIMOMHandle.enumNameSpace(CIMObjectPath pPath, boolean pDeep)
int
int
Enumeration
Enumerates the CIM qualifier declarations in a namespace on the target CIM server.
Enumeration
Enumeration
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns CIM class paths to these classes.
int
int
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.
Enumeration
CIMClientXML.enumerateClassNames(CIMObjectPath pObjectName, boolean pDeep)
Enumeration
Enumeration
Enumerates the CIM classes on the target CIM server that are subclasses of the specified class, and returns copies of these classes.
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.
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.
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.
int
BatchCIMClient.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
int
BatchHandle.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin)
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.
Enumeration
CIMClientXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
Enumeration
CIMOMHandle.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin)
int
int
Enumeration
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.
Enumeration
Enumeration
Enumeration
Enumerates the CIM instances on the target CIM server that are of the specified class or its subclasses and returns copies of these instances.
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.
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.
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.
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.
int
BatchCIMClient.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
int
BatchHandle.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
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.
Enumeration
CIMClientXML.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumeration
CIMOMHandle.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumeration
int
BatchCIMClient.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
int
BatchHandle.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
Enumeration
CIMClient.execQuery(CIMObjectPath pNamespacePath, String pQuery, String pQueryLanguage)
Executes a query on the target CIM server.
Enumeration
CIMClientXML.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
Enumeration
CIMOMHandle.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage)
Object
CIMClientXML.fixResult(CIMObjectPath pRequest, Object pObject, CIMNameSpace pNameSpace)
Vector
CIMClientXML.fixResultSet(CIMObjectPath pRequest, Vector pVector, CIMNameSpace pNameSpace)
CIMClass
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.
int
BatchCIMClient.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
int
BatchHandle.getClass(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
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)
Enumeration
CIMClientXML.getEnumeration(InputStreamReader pStream, CIMObjectPath pPath)
CIMInstance
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.
int
BatchCIMClient.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
int
BatchHandle.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
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)
int
int
BatchHandle.getProperty(CIMObjectPath pPath, String pName)
CIMValue
CIMClient.getProperty(CIMObjectPath pInstancePath, String pPropertyName)
Gets a copy of a property value of a CIM instance on the target CIM server.
CIMValue
CIMClientXML.getProperty(CIMObjectPath pPath, String pPropertyName)
CIMValue
CIMOMHandle.getProperty(CIMObjectPath pPath, String pPropertyName)
int
int
CIMQualifierType
Gets a copy of a CIM qualifier declaration from the target CIM server.
CIMQualifierType
CIMQualifierType
int
BatchCIMClient.getQualifierType(CIMObjectPath pPath, String pQualifierType)
No idea what this method is for
CIMQualifierType
CIMClientXML.getQualifierType(CIMObjectPath pPath, String pQualifierType)
int
BatchCIMClient.invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInParameters, Vector pOutParameters)
int
BatchHandle.invokeMethod(CIMObjectPath pPath, String pName, Vector pInParameters, Vector pOutParameters)
CIMValue
CIMClient.invokeMethod(CIMObjectPath pObjectPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.
CIMValue
CIMClientXML.invokeMethod(CIMObjectPath pObjectName, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
CIMValue
CIMOMHandle.invokeMethod(CIMObjectPath pPath, String pMethodName, Vector pInputArguments, Vector pOutputArguments)
CIMValue
CIMClient.invokeMethod(CIMObjectPath pObjectPath, String pMethodName, CIMArgument[] pInputArguments, CIMArgument[] pOutputArguments)
Invokes the specified CIM method on a CIM object (instance or class) on the target CIM server.
void
int
int
Enumeration
Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns CIM object paths to these objects.
Enumeration
Enumeration
int
BatchCIMClient.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
int
BatchHandle.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
Enumeration
CIMClient.referenceNames(CIMObjectPath pObjectPath, String pResultClass, 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.
Enumeration
CIMClientXML.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
Enumeration
CIMOMHandle.referenceNames(CIMObjectPath pPath, String pResultClass, String pRole)
int
int
Enumeration
Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.
Enumeration
Enumeration
int
BatchCIMClient.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
int
BatchHandle.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrirgin, String[] pPropertyList)
Enumeration
CIMClient.references(CIMObjectPath pObjectPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
Enumerates the CIM asociation objects on the target CIM server that reference a particular CIM object, and returns copies of these objects.
Enumeration
CIMClientXML.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
Enumeration
CIMOMHandle.references(CIMObjectPath pPath, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList)
int
int
void
CIMClient.setClass(CIMObjectPath pClassPath, CIMClass pModifiedClass)
Modifies a CIM class on the target CIM server.
void
void
int
int
void
CIMClient.setInstance(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance)
Modifies a CIM instance on the target CIM server.
int
BatchCIMClient.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
void
CIMClient.setInstance(CIMObjectPath pInstancePath, CIMInstance pModifiedInstance, boolean pIncludeQualifiers, String[] pPropertyList)
Modifies a CIM instance on the target CIM server.
void
CIMClientXML.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
void
CIMOMHandle.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList)
int
int
BatchHandle.setProperty(CIMObjectPath pPath, String pName)
void
CIMClient.setProperty(CIMObjectPath pInstancePath, String pPropertyName)
Modifies a property value of a CIM instance on the target CIM server.
void
CIMClientXML.setProperty(CIMObjectPath pPath, String pPropertyName)
void
CIMOMHandle.setProperty(CIMObjectPath pPath, String pPropertyName)
int
BatchCIMClient.setProperty(CIMObjectPath pPath, String pName, CIMValue pValue)
int
BatchHandle.setProperty(CIMObjectPath pPath, String pName, CIMValue pValue)
void
CIMClient.setProperty(CIMObjectPath pInstancePath, String pPropertyName, CIMValue pNewValue)
Modifies a property value of a CIM instance on the target CIM server.
void
CIMClientXML.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue)
void
CIMOMHandle.setProperty(CIMObjectPath pPath, String pPropertyName, CIMValue pValue)
int
int
void
CIMClient.setQualifierType(CIMObjectPath pNamespacePath, CIMQualifierType pQualifierType)
Creates or replaces a CIM qualifier declaration on the target CIM server.
void
void

Methods with return type org.sblim.wbem.cim.CIMObjectPath

CIMObjectPath
CIMClient.createInstance(CIMObjectPath pNamespacePath, CIMInstance pNewInstance)
Creates a CIM instance in the specified namespace on the target CIM server.
CIMObjectPath
CIMObjectPath

Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.