Uses of Class
org.sblim.wbem.cim.CIMInstance
Packages that use CIMInstance
Package
Description
Representation of CIM data in Java.
Public API for client connections and WBEM operations.
Public API for creation of indication listeners.
Public API for batch operations.
Internal implementation of XML processing
-
Uses of CIMInstance in org.sblim.wbem.cim
Methods in org.sblim.wbem.cim that return CIMInstanceModifier and TypeMethodDescriptionCIMClass.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 CIMInstanceModifier and TypeMethodDescriptionCIMClient.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.CIMClientXML.getIndicationHandler
(CIMListener pListener) CIMOMHandle.getIndicationHandler
(CIMListener pListener) 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.CIMClientXML.getIndicationListener
(CIMListener pListener) CIMOMHandle.getIndicationListener
(CIMListener pListener) CIMClient.getInstance
(CIMObjectPath pInstancePath) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly) Gets a copy of a CIM instance.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Gets a copy of a CIM instance from the target CIM server.CIMClient.getInstance
(CIMObjectPath pInstancePath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Gets a copy of a CIM instance from the target CIM server.CIMClientXML.getInstance
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) CIMOMHandle.getInstance
(CIMObjectPath pPath, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Methods in org.sblim.wbem.client with parameters of type CIMInstanceModifier and TypeMethodDescriptionint
BatchCIMClient.createInstance
(CIMObjectPath pPath, CIMInstance pInstance) int
BatchHandle.createInstance
(CIMObjectPath pPath, CIMInstance pInstance) CIMClient.createInstance
(CIMObjectPath pNamespacePath, CIMInstance pNewInstance) Creates a CIM instance in the specified namespace on the target CIM server.CIMClientXML.createInstance
(CIMObjectPath pObjectName, CIMInstance pInstance) CIMOMHandle.createInstance
(CIMObjectPath pPath, CIMInstance instance) int
BatchCIMClient.setInstance
(CIMObjectPath pPath, CIMInstance pInstance) int
BatchCIMClient.setInstance
(CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, 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, 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) -
Uses of CIMInstance in org.sblim.wbem.client.indications
Fields in org.sblim.wbem.client.indications declared as CIMInstanceMethods in org.sblim.wbem.client.indications that return CIMInstanceConstructors in org.sblim.wbem.client.indications with parameters of type CIMInstanceModifierConstructorDescriptionCIMEvent
(CIMInstance pIndication) CIMEvent
(CIMInstance pIndication, String id) 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. -
Uses of CIMInstance in org.sblim.wbem.client.operations
Fields in org.sblim.wbem.client.operations declared as CIMInstanceModifier and TypeFieldDescriptionprotected CIMInstance
CIMCreateInstanceOp.iInstance
protected CIMInstance
CIMSetInstanceOp.iInstance
Methods in org.sblim.wbem.client.operations that return CIMInstanceModifier and TypeMethodDescriptionCIMCreateInstanceOp.getInstance()
Returns the instanceCIMSetInstanceOp.getInstance()
Returns instanceConstructors in org.sblim.wbem.client.operations with parameters of type CIMInstanceModifierConstructorDescriptionCIMCreateInstanceOp
(CIMObjectPath pObjectName, CIMInstance pInstance) CIMSetInstanceOp
(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, String[] propertyList) -
Uses of CIMInstance in org.sblim.wbem.xml
Methods in org.sblim.wbem.xml that return CIMInstanceModifier and TypeMethodDescriptionstatic CIMInstance
CIMXMLParserImpl.parseEXPPARAMVALUE
(Element expparamvalueE) static CIMInstance
CIMXMLParserImpl.parseINSTANCE
(Element instanceE) static CIMInstance
CIMXMLParserImpl.parseINSTANCE
(Element instanceE, CIMObjectPath op) Methods in org.sblim.wbem.xml with parameters of type CIMInstanceModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.createINSTANCE
(Document doc, Element parentE, CIMInstance instance) CIMClientXML_HelperImpl.createInstance_request
(Document doc, CIMObjectPath name, CIMInstance instance) static Element
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE
(Document doc, Element parentE, CIMInstance inst) static Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE
(Document doc, Element parentE, CIMInstance inst) static Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE
(Document doc, Element parentE, CIMObjectPath path, CIMInstance inst) CIMClientXML_HelperImpl.setInstance_request
(Document doc, CIMObjectPath path, CIMInstance ci, boolean includeQualifiers, String[] propertyList)