Uses of Class
javax.cim.CIMInstance
Packages that use CIMInstance
Package
Description
Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.
Provides classes and interfaces that are common across all WBEM APIs.
Provides classes and interfaces for writing WBEM Clients.
Provides classes and interfaces for writing WBEM Listeners.
Provides classes and interfaces for SBLIM extensions to JSR48.
Internal helper classes for the CIM data classes.
Internal cim-xml DOM parser invalid input: '&' builder implementation.
Internal implementation of the SAX parser for cim-xml.
Internal utility classes, such as constants, defaults, configuration and others.
Internal implemenation of the interfaces from the javax.wbem package.
Internal implemenation of the indication processing.
Internal implemenation of WBEM batch operations.
-
Uses of CIMInstance in javax.cim
Methods in javax.cim that return CIMInstanceModifier and TypeMethodDescriptionCIMInstance.deriveInstance
(CIMObjectPath pPath) Returns a CIMInstance with the updatedCIMObjectPath
.CIMInstance.deriveInstance
(CIMProperty<?>[] pPropA) Returns aCIMInstance
with the updated values for the properties inpPropA
.CIMInstance.filterProperties
(boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) This method returns a newCIMInstance
with properties filtered according to the input parameters.CIMClass.newInstance()
Returns a new CIM instance initialized with the default CIM properties, values and name of this CIM class. -
Uses of CIMInstance in javax.wbem
Methods in javax.wbem that return CIMInstanceConstructors in javax.wbem with parameters of type CIMInstanceModifierConstructorDescriptionWBEMException
(int pID, String pMessage, CIMInstance[] pErrors) Constructs a new exception using the specified ID, detailed message and CIM_Error instances.WBEMException
(int pID, String pMessage, CIMInstance[] pErrors, Throwable pCause) Constructs a new exception using the specified ID, detailed message, CIM_Error instances and cause. -
Uses of CIMInstance in javax.wbem.client
Methods in javax.wbem.client that return CIMInstanceModifier and TypeMethodDescriptionWBEMClient.getInstance
(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Get aCIMInstance
.Methods in javax.wbem.client that return types with arguments of type CIMInstanceModifier and TypeMethodDescriptionWBEMClient.associatorInstances
(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates CIM Instances associated to a specified source CIM Instance.WBEMClient.associators
(CIMObjectPath pInstancePath, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) associators
shall start an enumeration session for traversing associations starting from the instance defined in thepInstancePath
parameter using any specified filtering criteria and return zero or moreCIMInstance
objects.WBEMClient.enumerateInstances
(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerate the instances of a class.WBEMClient.enumerateInstances
(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) enumerateInstances
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMInstance
s.WBEMClient.execQuery
(CIMObjectPath pPath, String pQuery, String pQueryLanguage) execQuery
shall execute a query to retrieve objects.WBEMClient.execQueryInstances
(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) execQueryInstances
shall execute a query to retrieve instances.WBEMClient.getInstances
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstances
shall get the instances from an enumeration session started byexecQueryInstances
.WBEMClient.getInstancesWithPath
(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesWithPath
shall use the enumeration context provided to get the next set of instances for the enumeration session.WBEMClient.referenceInstances
(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the Association instances that refer to a specified source CIM Instance.WBEMClient.references
(CIMObjectPath pInstancePath, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) references
shall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePath
parameter and return zero or moreCIMInstance
objects.Methods in javax.wbem.client with parameters of type CIMInstanceModifier and TypeMethodDescriptionWBEMClient.createInstance
(CIMInstance pInstance) Create a CIM Instance.void
WBEMClient.modifyInstance
(CIMInstance pInstance, String[] pPropertyList) Modify some or all of the properties of the specifiedCIMInstance
. -
Uses of CIMInstance in javax.wbem.listener
Methods in javax.wbem.listener with parameters of type CIMInstanceModifier and TypeMethodDescriptionvoid
IndicationListener.indicationOccured
(String pIndicationURL, CIMInstance pIndication) Called when an indication has been received by the listener -
Uses of CIMInstance in org.sblim.cimclient
Methods in org.sblim.cimclient with parameters of type CIMInstanceModifier and TypeMethodDescriptionvoid
IndicationListenerSBLIM.indicationOccured
(String pIndicationURL, CIMInstance pIndication, InetAddress pSenderIP) Called when an indication has been received by the listenerboolean
WBEMClientSBLIM.sendIndication
(URI pRecipient, CIMInstance pIndication) Sends the indication to the specified recipient. -
Uses of CIMInstance in org.sblim.cimclient.internal.cim
Methods in org.sblim.cimclient.internal.cim that return CIMInstanceModifier and TypeMethodDescriptionstatic CIMInstance
CIMHelper.CIMInstanceWithSynchonizedNumericKeyDataTypes
(CIMObjectPath pObjectPath, CIMProperty<?>[] pProps) CIMInstanceWithSynchonizedNumericKeyDataTypes returns aCIMInstance
where the data types of all numeric keys in theCIMObjectPath
match those of the corresponding keys within theCIMProperty[]
. -
Uses of CIMInstance in org.sblim.cimclient.internal.cimxml
Methods in org.sblim.cimclient.internal.cimxml that return CIMInstanceModifier and TypeMethodDescriptionstatic CIMInstance
CIMXMLParserImpl.parseEXPPARAMVALUE
(Element pExpParamValueE) parseEXPPARAMVALUEstatic CIMInstance
CIMXMLParserImpl.parseINSTANCE
(Element pInstanceE) parseINSTANCEstatic CIMInstance
CIMXMLParserImpl.parseINSTANCE
(Element pInstanceE, CIMObjectPath pObjPath) parseINSTANCEstatic CIMInstance
CIMXMLParserImpl.parseVALUEINSTANCEWITHPATH
(Element pValueNamedInstanceE) parseVALUEINSTANCEWITHPATHstatic CIMInstance
CIMXMLParserImpl.parseVALUENAMEDINSTANCE
(Element pValueNamedInstanceE) parseVALUENAMEDINSTANCEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMInstanceModifier and TypeMethodDescriptionstatic Element
CIMXMLBuilderImpl.createINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInstance) createINSTANCECIMClientXML_HelperImpl.createInstance_request
(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) createInstance_requeststatic Element
CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCE
(Document pDoc, Element pParentE, CIMInstance[] pResultSet) createIRETURNVALUE_ENUMERATE_INSTANCEstatic Element
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInst) createIRETURNVALUE_GETINSTANCEstatic Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE
(Document pDoc, Element pParentE, CIMInstance pInst) createVALUENAMEDINSTANCEstatic Element
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE
(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) createVALUENAMEDINSTANCEstatic Element
CIMClientXML_HelperImpl.enumerateInstances_response
(Document pDoc, CIMInstance[] pInstA) enumerateInstances_responseCIMClientXML_HelperImpl.sendIndication_request
(Document pDoc, CIMInstance pIndication) sendIndication_requestCIMClientXML_HelperImpl.setInstance_request
(Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, String[] pPropertyList) setInstance_request -
Uses of CIMInstance in org.sblim.cimclient.internal.cimxml.sax.node
Methods in org.sblim.cimclient.internal.cimxml.sax.node that return CIMInstanceModifier and TypeMethodDescriptionInstanceNode.getCIMInstance()
getCIMInstanceInstanceNode.getCIMInstance
(CIMObjectPath pObjPath) getCIMInstance -
Uses of CIMInstance in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMInstanceModifier and TypeMethodDescriptionstatic String
MOF.instanceDeclaration
(CIMInstance pInst, String pInd) instanceDeclaration = [ qualifierList ] INSTANCE OF className [ alias ] "{" 1*valueInitializer "}" ";" -
Uses of CIMInstance in org.sblim.cimclient.internal.wbem
Methods in org.sblim.cimclient.internal.wbem that return CIMInstanceModifier and TypeMethodDescriptionCIMError.getCIMInstances()
getCIMInstancesWBEMClientCIMXML.getInstance
(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) Methods in org.sblim.cimclient.internal.wbem that return types with arguments of type CIMInstanceModifier and TypeMethodDescriptionWBEMClientCIMXML.associatorInstances
(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.associators
(CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.enumerateInstances
(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.enumerateInstances
(CIMObjectPath pObjectName, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.execQuery
(CIMObjectPath pPath, String pQuery, String pQueryLanguage) WBEMClientCIMXML.execQueryInstances
(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) WBEMClientCIMXML.getInstances
(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.getInstancesWithPath
(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) WBEMClientCIMXML.referenceInstances
(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.references
(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMInstanceModifier and TypeMethodDescriptionWBEMClientCIMXML.createInstance
(CIMInstance pInstance) void
WBEMClientCIMXML.modifyInstance
(CIMInstance pInst, String[] pPropertyList) boolean
WBEMClientCIMXML.sendIndication
(URI pRecipient, CIMInstance pIndication) Constructors in org.sblim.cimclient.internal.wbem with parameters of type CIMInstance -
Uses of CIMInstance in org.sblim.cimclient.internal.wbem.indications
Fields in org.sblim.cimclient.internal.wbem.indications declared as CIMInstanceMethods in org.sblim.cimclient.internal.wbem.indications that return CIMInstanceMethods in org.sblim.cimclient.internal.wbem.indications with parameters of type CIMInstanceModifier and TypeMethodDescriptionvoid
ReliableIndicationHandler.handleIndication
(CIMInstance pIndication, String pId, InetAddress pInetAddress) Main worker routine forReliableIndicationHandler
.Constructors in org.sblim.cimclient.internal.wbem.indications with parameters of type CIMInstanceModifierConstructorDescriptionCIMEvent
(CIMInstance pIndication) Ctor.CIMEvent
(CIMInstance pIndication, String id) Ctor.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.cimclient.internal.wbem.operations
Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMInstanceModifier and TypeFieldDescriptionprotected CIMInstance
CIMCreateInstanceOp.iInstance
protected CIMInstance
CIMSetInstanceOp.iInstance
Methods in org.sblim.cimclient.internal.wbem.operations that return CIMInstanceModifier and TypeMethodDescriptionCIMCreateInstanceOp.getInstance()
Returns the instanceCIMSetInstanceOp.getInstance()
Returns instanceConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMInstanceModifierConstructorDescriptionCIMCreateInstanceOp
(CIMObjectPath pObjectName, CIMInstance pInstance) Ctor.CIMSetInstanceOp
(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, String[] propertyList) Ctor.