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

Packages that use CIMInstance
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.indications Public API for creation of indication listeners. 
org.sblim.wbem.client.operations Public API for batch operations. 
org.sblim.wbem.xml Internal implementation of XML processing 
 

Uses of CIMInstance in org.sblim.wbem.cim
 

Methods in org.sblim.wbem.cim that return CIMInstance
 CIMInstance CIMClass.newInstance()
          Creates an CIMInstance object based on this CIMClass.
 

Uses of CIMInstance in org.sblim.wbem.client
 

Methods in org.sblim.wbem.client that return CIMInstance
 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 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 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.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
           
 CIMInstance CIMClientXML.getIndicationListener(CIMListener pListener)
           
 CIMInstance CIMClientXML.getIndicationHandler(CIMListener pListener)
           
 CIMInstance CIMOMHandle.getIndicationHandler(CIMListener pListener)
           
 CIMInstance CIMOMHandle.getIndicationListener(CIMListener pListener)
           
 CIMInstance CIMOMHandle.getInstance(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
           
 

Methods in org.sblim.wbem.client with parameters of type CIMInstance
 int BatchCIMClient.createInstance(CIMObjectPath pPath, CIMInstance pInstance)
           
 int BatchCIMClient.setInstance(CIMObjectPath pPath, CIMInstance pInstance)
           
 int BatchCIMClient.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.String[] pPropertyList)
           
 int BatchHandle.createInstance(CIMObjectPath pPath, CIMInstance pInstance)
           
 int BatchHandle.setInstance(CIMObjectPath pPath, CIMInstance pInstance)
           
 CIMObjectPath CIMClient.createInstance(CIMObjectPath pNamespacePath, CIMInstance pNewInstance)
          Creates a CIM instance in the specified namespace on the target CIM server.
 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.
 CIMObjectPath CIMClientXML.createInstance(CIMObjectPath pObjectName, CIMInstance pInstance)
           
 void CIMClientXML.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.String[] pPropertyList)
           
 CIMObjectPath CIMOMHandle.createInstance(CIMObjectPath pPath, CIMInstance instance)
           
 void CIMOMHandle.setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.String[] pPropertyList)
           
 

Uses of CIMInstance in org.sblim.wbem.client.indications
 

Fields in org.sblim.wbem.client.indications declared as CIMInstance
protected  CIMInstance CIMEvent.iIndication
           
 

Methods in org.sblim.wbem.client.indications that return CIMInstance
 CIMInstance CIMEvent.getIndication()
           
 

Constructors in org.sblim.wbem.client.indications with parameters of type CIMInstance
CIMEvent(CIMInstance pIndication)
           
CIMEvent(CIMInstance pIndication, java.lang.String id)
           
CIMEvent(CIMInstance pIndication, java.lang.String pId, java.net.InetAddress pInetAddress)
          Constructor that takes the CIMInstance of the indication, the id as well as the InetAddress of the remote machine.
 

Uses of CIMInstance in org.sblim.wbem.client.operations
 

Fields in org.sblim.wbem.client.operations declared as CIMInstance
protected  CIMInstance CIMCreateInstanceOp.iInstance
           
protected  CIMInstance CIMSetInstanceOp.iInstance
           
 

Methods in org.sblim.wbem.client.operations that return CIMInstance
 CIMInstance CIMCreateInstanceOp.getInstance()
          Returns the instance
 CIMInstance CIMSetInstanceOp.getInstance()
          Returns instance
 

Constructors in org.sblim.wbem.client.operations with parameters of type CIMInstance
CIMCreateInstanceOp(CIMObjectPath pObjectName, CIMInstance pInstance)
           
CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, java.lang.String[] propertyList)
           
 

Uses of CIMInstance in org.sblim.wbem.xml
 

Methods in org.sblim.wbem.xml that return CIMInstance
static CIMInstance CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element instanceE)
           
static CIMInstance CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element instanceE, CIMObjectPath op)
           
static CIMInstance CIMXMLParserImpl.parseEXPPARAMVALUE(org.w3c.dom.Element expparamvalueE)
           
 

Methods in org.sblim.wbem.xml with parameters of type CIMInstance
 org.w3c.dom.Element CIMClientXML_HelperImpl.createInstance_request(org.w3c.dom.Document doc, CIMObjectPath name, CIMInstance instance)
           
 org.w3c.dom.Element CIMClientXML_HelperImpl.setInstance_request(org.w3c.dom.Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, java.lang.String[] propertyList)
           
static org.w3c.dom.Element CIMXMLBuilderImpl.createINSTANCE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMInstance instance)
           
static org.w3c.dom.Element CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMObjectPath path, CIMInstance inst)
           
static org.w3c.dom.Element CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMInstance inst)
           
static org.w3c.dom.Element CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMInstance inst)
           
 



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