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 aCIMInstancewith the updated values for the properties inpPropA.CIMInstance.filterProperties(boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) This method returns a newCIMInstancewith 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) associatorsshall start an enumeration session for traversing associations starting from the instance defined in thepInstancePathparameter using any specified filtering criteria and return zero or moreCIMInstanceobjects.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) enumerateInstancesshall enumerate the instances of the specified class inpClassPathand return zero or moreCIMInstances.WBEMClient.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) execQueryshall execute a query to retrieve objects.WBEMClient.execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) execQueryInstancesshall execute a query to retrieve instances.WBEMClient.getInstances(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesshall get the instances from an enumeration session started byexecQueryInstances.WBEMClient.getInstancesWithPath(CIMObjectPath pPath, String pContext, UnsignedInteger32 pMaxObjects) getInstancesWithPathshall 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) referencesshall start an enumeration session for association instances that have references that refer to the instance defined in thepInstancePathparameter and return zero or moreCIMInstanceobjects.Methods in javax.wbem.client with parameters of type CIMInstanceModifier and TypeMethodDescriptionWBEMClient.createInstance(CIMInstance pInstance) Create a CIM Instance.voidWBEMClient.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 TypeMethodDescriptionvoidIndicationListener.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 TypeMethodDescriptionvoidIndicationListenerSBLIM.indicationOccured(String pIndicationURL, CIMInstance pIndication, InetAddress pSenderIP) Called when an indication has been received by the listenerbooleanWBEMClientSBLIM.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 CIMInstanceCIMHelper.CIMInstanceWithSynchonizedNumericKeyDataTypes(CIMObjectPath pObjectPath, CIMProperty<?>[] pProps) CIMInstanceWithSynchonizedNumericKeyDataTypes returns aCIMInstancewhere the data types of all numeric keys in theCIMObjectPathmatch 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 CIMInstanceCIMXMLParserImpl.parseEXPPARAMVALUE(Element pExpParamValueE) parseEXPPARAMVALUEstatic CIMInstanceCIMXMLParserImpl.parseINSTANCE(Element pInstanceE) parseINSTANCEstatic CIMInstanceCIMXMLParserImpl.parseINSTANCE(Element pInstanceE, CIMObjectPath pObjPath) parseINSTANCEstatic CIMInstanceCIMXMLParserImpl.parseVALUEINSTANCEWITHPATH(Element pValueNamedInstanceE) parseVALUEINSTANCEWITHPATHstatic CIMInstanceCIMXMLParserImpl.parseVALUENAMEDINSTANCE(Element pValueNamedInstanceE) parseVALUENAMEDINSTANCEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMInstanceModifier and TypeMethodDescriptionstatic ElementCIMXMLBuilderImpl.createINSTANCE(Document pDoc, Element pParentE, CIMInstance pInstance) createINSTANCECIMClientXML_HelperImpl.createInstance_request(Document pDoc, CIMObjectPath pName, CIMInstance pInstance) createInstance_requeststatic ElementCIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCE(Document pDoc, Element pParentE, CIMInstance[] pResultSet) createIRETURNVALUE_ENUMERATE_INSTANCEstatic ElementCIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst) createIRETURNVALUE_GETINSTANCEstatic ElementCIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMInstance pInst) createVALUENAMEDINSTANCEstatic ElementCIMXMLBuilderImpl.createVALUENAMEDINSTANCE(Document pDoc, Element pParentE, CIMObjectPath pPath, CIMInstance pInst) createVALUENAMEDINSTANCEstatic ElementCIMClientXML_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 StringMOF.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) voidWBEMClientCIMXML.modifyInstance(CIMInstance pInst, String[] pPropertyList) booleanWBEMClientCIMXML.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 TypeMethodDescriptionvoidReliableIndicationHandler.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 CIMInstanceCIMCreateInstanceOp.iInstanceprotected CIMInstanceCIMSetInstanceOp.iInstanceMethods 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.