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

Uses in package org.sblim.wbem.client

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

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
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)

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

CIMInstance
This methods return an instance of CIM_IndicationHandler, since CIM over HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is returned.
CIMInstance
CIMInstance
CIMInstance
This methods return an instance of CIM_IndicationDestination, since CIM over HTTP is used as transport an instance of CIM_ListenerDestinationCIMXML is returned.
CIMInstance
CIMInstance
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.
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)

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

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

CIMEvent.CIMEvent(CIMInstance pIndication, String id)
CIMEvent.CIMEvent(CIMInstance pIndication, String pId, InetAddress pInetAddress)
Constructor that takes the CIMInstance of the indication, the id as well as the InetAddress of the remote machine.

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

CIMInstance

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

CIMInstance

Uses in package org.sblim.wbem.xml

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

Element
CIMXMLBuilderImpl.createINSTANCE(Document doc, Element parentE, CIMInstance instance)
Element
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(Document doc, Element parentE, CIMInstance inst)
Element
Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document doc, Element parentE, CIMInstance inst)
Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document doc, Element parentE, CIMObjectPath path, CIMInstance inst)
Element
CIMClientXML_HelperImpl.setInstance_request(Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, String[] propertyList)

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

CIMInstance
CIMXMLParserImpl.parseEXPPARAMVALUE(Element expparamvalueE)
CIMInstance
CIMXMLParserImpl.parseINSTANCE(Element instanceE)
CIMInstance

Uses in package org.sblim.wbem.cim

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

CIMInstance
Creates an CIMInstance object based on this CIMClass.

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

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

CIMSetInstanceOp.CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, String[] propertyList)

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

CIMInstance
CIMInstance

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

CIMInstance
Returns the instance
CIMInstance
Returns instance

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