Uses of Class
org.sblim.wbem.cim.CIMInstance
-
Packages that use CIMInstance 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.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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)
Methods in org.sblim.wbem.client with parameters of type CIMInstance Modifier and Type Method Description int
BatchCIMClient. createInstance(CIMObjectPath pPath, CIMInstance pInstance)
int
BatchHandle. createInstance(CIMObjectPath pPath, CIMInstance pInstance)
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)
int
BatchCIMClient. setInstance(CIMObjectPath pPath, CIMInstance pInstance)
int
BatchCIMClient. setInstance(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.String[] pPropertyList)
int
BatchHandle. setInstance(CIMObjectPath pPath, CIMInstance pInstance)
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)
-
Uses of CIMInstance in org.sblim.wbem.client.indications
Fields in org.sblim.wbem.client.indications declared as CIMInstance Modifier and Type Field Description protected CIMInstance
CIMEvent. iIndication
Methods in org.sblim.wbem.client.indications that return CIMInstance Modifier and Type Method Description CIMInstance
CIMEvent. getIndication()
Constructors in org.sblim.wbem.client.indications with parameters of type CIMInstance Constructor Description 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 Modifier and Type Field Description protected CIMInstance
CIMCreateInstanceOp. iInstance
protected CIMInstance
CIMSetInstanceOp. iInstance
Methods in org.sblim.wbem.client.operations that return CIMInstance Modifier and Type Method Description CIMInstance
CIMCreateInstanceOp. getInstance()
Returns the instanceCIMInstance
CIMSetInstanceOp. getInstance()
Returns instanceConstructors in org.sblim.wbem.client.operations with parameters of type CIMInstance Constructor Description 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 Modifier and Type Method Description static CIMInstance
CIMXMLParserImpl. parseEXPPARAMVALUE(org.w3c.dom.Element expparamvalueE)
static CIMInstance
CIMXMLParserImpl. parseINSTANCE(org.w3c.dom.Element instanceE)
static CIMInstance
CIMXMLParserImpl. parseINSTANCE(org.w3c.dom.Element instanceE, CIMObjectPath op)
Methods in org.sblim.wbem.xml with parameters of type CIMInstance Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createINSTANCE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMInstance instance)
org.w3c.dom.Element
CIMClientXML_HelperImpl. createInstance_request(org.w3c.dom.Document doc, CIMObjectPath name, CIMInstance instance)
static org.w3c.dom.Element
CIMXMLBuilderImpl. createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, 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. createVALUENAMEDINSTANCE(org.w3c.dom.Document doc, org.w3c.dom.Element parentE, CIMObjectPath path, CIMInstance inst)
org.w3c.dom.Element
CIMClientXML_HelperImpl. setInstance_request(org.w3c.dom.Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, java.lang.String[] propertyList)
-