Uses of Class
javax.cim.CIMInstance
-
Packages that use CIMInstance Package Description javax.cim Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification.javax.wbem Provides classes and interfaces that are common across all WBEM APIs.javax.wbem.client Provides classes and interfaces for writing WBEM Clients.javax.wbem.listener Provides classes and interfaces for writing WBEM Listeners.org.sblim.cimclient Provides classes and interfaces for SBLIM extensions to JSR48.org.sblim.cimclient.internal.cim Internal helper classes for the CIM data classes.org.sblim.cimclient.internal.cimxml Internal cim-xml DOM parser & builder implementation.org.sblim.cimclient.internal.cimxml.sax.node Internal implementation of the SAX parser for cim-xml.org.sblim.cimclient.internal.util Internal utility classes, such as constants, defaults, configuration and others.org.sblim.cimclient.internal.wbem Internal implemenation of the interfaces from the javax.wbem package.org.sblim.cimclient.internal.wbem.indications Internal implemenation of the indication processing.org.sblim.cimclient.internal.wbem.operations Internal implemenation of WBEM batch operations. -
-
Uses of CIMInstance in javax.cim
Methods in javax.cim that return CIMInstance Modifier and Type Method Description CIMInstance
CIMInstance. deriveInstance(CIMObjectPath pPath)
Returns a CIMInstance with the updatedCIMObjectPath
.CIMInstance
CIMInstance. deriveInstance(CIMProperty<?>[] pPropA)
Returns aCIMInstance
with the updated values for the properties inpPropA
.CIMInstance
CIMInstance. filterProperties(boolean pLocalOnly, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
This method returns a newCIMInstance
with properties filtered according to the input parameters.CIMInstance
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 CIMInstance Modifier and Type Method Description CIMInstance[]
WBEMException. getCIMErrors()
Get the CIM Error Instances.Constructors in javax.wbem with parameters of type CIMInstance Constructor Description WBEMException(int pID, java.lang.String pMessage, CIMInstance[] pErrors)
Constructs a new exception using the specified ID, detailed message and CIM_Error instances.WBEMException(int pID, java.lang.String pMessage, CIMInstance[] pErrors, java.lang.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 CIMInstance Modifier and Type Method Description CIMInstance
WBEMClient. getInstance(CIMObjectPath pName, boolean pLocalOnly, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Get aCIMInstance
.Methods in javax.wbem.client that return types with arguments of type CIMInstance Modifier and Type Method Description CloseableIterator<CIMInstance>
WBEMClient. associatorInstances(CIMObjectPath pObjectName, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumerates CIM Instances associated to a specified source CIM Instance.EnumerateResponse<CIMInstance>
WBEMClient. associators(CIMObjectPath pInstancePath, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.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.CloseableIterator<CIMInstance>
WBEMClient. enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumerate the instances of a class.EnumerateResponse<CIMInstance>
WBEMClient. enumerateInstances(CIMObjectPath pClassPath, boolean pDeepInheritance, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
enumerateInstances
shall enumerate the instances of the specified class inpClassPath
and return zero or moreCIMInstance
s.CloseableIterator<CIMInstance>
WBEMClient. execQuery(CIMObjectPath pPath, java.lang.String pQuery, java.lang.String pQueryLanguage)
execQuery
shall execute a query to retrieve objects.EnumerateResponse<CIMInstance>
WBEMClient. execQueryInstances(CIMObjectPath pObjectName, java.lang.String pFilterQuery, java.lang.String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass)
execQueryInstances
shall execute a query to retrieve instances.EnumerateResponse<CIMInstance>
WBEMClient. getInstances(CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjects)
getInstances
shall get the instances from an enumeration session started byexecQueryInstances
.EnumerateResponse<CIMInstance>
WBEMClient. getInstancesWithPath(CIMObjectPath pPath, java.lang.String pContext, UnsignedInteger32 pMaxObjects)
getInstancesWithPath
shall use the enumeration context provided to get the next set of instances for the enumeration session.CloseableIterator<CIMInstance>
WBEMClient. referenceInstances(CIMObjectPath pObjectName, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Enumerates the Association instances that refer to a specified source CIM Instance.EnumerateResponse<CIMInstance>
WBEMClient. references(CIMObjectPath pInstancePath, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.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 CIMInstance Modifier and Type Method Description CIMObjectPath
WBEMClient. createInstance(CIMInstance pInstance)
Create a CIM Instance.void
WBEMClient. modifyInstance(CIMInstance pInstance, java.lang.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 CIMInstance Modifier and Type Method Description void
IndicationListener. indicationOccured(java.lang.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 CIMInstance Modifier and Type Method Description void
IndicationListenerSBLIM. indicationOccured(java.lang.String pIndicationURL, CIMInstance pIndication, java.net.InetAddress pSenderIP)
Called when an indication has been received by the listenerboolean
WBEMClientSBLIM. sendIndication(java.net.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 CIMInstance Modifier and Type Method Description static 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 CIMInstance Modifier and Type Method Description static CIMInstance
CIMXMLParserImpl. parseEXPPARAMVALUE(org.w3c.dom.Element pExpParamValueE)
parseEXPPARAMVALUEstatic CIMInstance
CIMXMLParserImpl. parseINSTANCE(org.w3c.dom.Element pInstanceE)
parseINSTANCEstatic CIMInstance
CIMXMLParserImpl. parseINSTANCE(org.w3c.dom.Element pInstanceE, CIMObjectPath pObjPath)
parseINSTANCEstatic CIMInstance
CIMXMLParserImpl. parseVALUEINSTANCEWITHPATH(org.w3c.dom.Element pValueNamedInstanceE)
parseVALUEINSTANCEWITHPATHstatic CIMInstance
CIMXMLParserImpl. parseVALUENAMEDINSTANCE(org.w3c.dom.Element pValueNamedInstanceE)
parseVALUENAMEDINSTANCEMethods in org.sblim.cimclient.internal.cimxml with parameters of type CIMInstance Modifier and Type Method Description static org.w3c.dom.Element
CIMXMLBuilderImpl. createINSTANCE(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMInstance pInstance)
createINSTANCEorg.w3c.dom.Element
CIMClientXML_HelperImpl. createInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pName, CIMInstance pInstance)
createInstance_requeststatic org.w3c.dom.Element
CIMXMLBuilderImpl. createIRETURNVALUE_ENUMERATE_INSTANCE(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMInstance[] pResultSet)
createIRETURNVALUE_ENUMERATE_INSTANCEstatic org.w3c.dom.Element
CIMXMLBuilderImpl. createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMInstance pInst)
createIRETURNVALUE_GETINSTANCEstatic org.w3c.dom.Element
CIMXMLBuilderImpl. createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMInstance pInst)
createVALUENAMEDINSTANCEstatic org.w3c.dom.Element
CIMXMLBuilderImpl. createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc, org.w3c.dom.Element pParentE, CIMObjectPath pPath, CIMInstance pInst)
createVALUENAMEDINSTANCEstatic org.w3c.dom.Element
CIMClientXML_HelperImpl. enumerateInstances_response(org.w3c.dom.Document pDoc, CIMInstance[] pInstA)
enumerateInstances_responseorg.w3c.dom.Element
CIMClientXML_HelperImpl. sendIndication_request(org.w3c.dom.Document pDoc, CIMInstance pIndication)
sendIndication_requestorg.w3c.dom.Element
CIMClientXML_HelperImpl. setInstance_request(org.w3c.dom.Document pDoc, CIMObjectPath pPath, CIMInstance pInstance, boolean pIncludeQualifiers, java.lang.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 CIMInstance Modifier and Type Method Description CIMInstance
InstanceNode. getCIMInstance()
getCIMInstanceCIMInstance
InstanceNode. getCIMInstance(CIMObjectPath pObjPath)
getCIMInstance -
Uses of CIMInstance in org.sblim.cimclient.internal.util
Methods in org.sblim.cimclient.internal.util with parameters of type CIMInstance Modifier and Type Method Description static java.lang.String
MOF. instanceDeclaration(CIMInstance pInst, java.lang.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 CIMInstance Modifier and Type Method Description CIMInstance[]
CIMError. getCIMInstances()
getCIMInstancesCIMInstance
WBEMClientCIMXML. getInstance(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
Methods in org.sblim.cimclient.internal.wbem that return types with arguments of type CIMInstance Modifier and Type Method Description CloseableIterator<CIMInstance>
WBEMClientCIMXML. associatorInstances(CIMObjectPath pObjectName, java.lang.String pAssociationClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
EnumerateResponse<CIMInstance>
WBEMClientCIMXML. associators(CIMObjectPath pObjectName, java.lang.String pAssocClass, java.lang.String pResultClass, java.lang.String pRole, java.lang.String pResultRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
CloseableIterator<CIMInstance>
WBEMClientCIMXML. enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
EnumerateResponse<CIMInstance>
WBEMClientCIMXML. enumerateInstances(CIMObjectPath pObjectName, boolean pDeepInheritance, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
CloseableIterator<CIMInstance>
WBEMClientCIMXML. execQuery(CIMObjectPath pPath, java.lang.String pQuery, java.lang.String pQueryLanguage)
EnumerateResponse<CIMInstance>
WBEMClientCIMXML. execQueryInstances(CIMObjectPath pObjectName, java.lang.String pFilterQuery, java.lang.String pFilterQueryLanguage, boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass)
EnumerateResponse<CIMInstance>
WBEMClientCIMXML. getInstances(CIMObjectPath pObjectName, java.lang.String pContext, UnsignedInteger32 pMaxObjects)
EnumerateResponse<CIMInstance>
WBEMClientCIMXML. getInstancesWithPath(CIMObjectPath pObjectName, java.lang.String pContext, UnsignedInteger32 pMaxObjects)
CloseableIterator<CIMInstance>
WBEMClientCIMXML. referenceInstances(CIMObjectPath pObjectName, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList)
EnumerateResponse<CIMInstance>
WBEMClientCIMXML. references(CIMObjectPath pObjectName, java.lang.String pResultClass, java.lang.String pRole, boolean pIncludeClassOrigin, java.lang.String[] pPropertyList, java.lang.String pFilterQueryLanguage, java.lang.String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects)
Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMInstance Modifier and Type Method Description CIMObjectPath
WBEMClientCIMXML. createInstance(CIMInstance pInstance)
void
WBEMClientCIMXML. modifyInstance(CIMInstance pInst, java.lang.String[] pPropertyList)
boolean
WBEMClientCIMXML. sendIndication(java.net.URI pRecipient, CIMInstance pIndication)
Constructors in org.sblim.cimclient.internal.wbem with parameters of type CIMInstance Constructor Description CIMError(int pStatus, java.lang.String pMsg, CIMInstance[] pInstances)
Ctor. -
Uses of CIMInstance in org.sblim.cimclient.internal.wbem.indications
Fields in org.sblim.cimclient.internal.wbem.indications declared as CIMInstance Modifier and Type Field Description protected CIMInstance
CIMEvent. iIndication
Methods in org.sblim.cimclient.internal.wbem.indications that return CIMInstance Modifier and Type Method Description CIMInstance
CIMEvent. getIndication()
getIndicationMethods in org.sblim.cimclient.internal.wbem.indications with parameters of type CIMInstance Modifier and Type Method Description void
ReliableIndicationHandler. handleIndication(CIMInstance pIndication, java.lang.String pId, java.net.InetAddress pInetAddress)
Main worker routine forReliableIndicationHandler
.Constructors in org.sblim.cimclient.internal.wbem.indications with parameters of type CIMInstance Constructor Description CIMEvent(CIMInstance pIndication)
Ctor.CIMEvent(CIMInstance pIndication, java.lang.String id)
Ctor.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.cimclient.internal.wbem.operations
Fields in org.sblim.cimclient.internal.wbem.operations declared as CIMInstance Modifier and Type Field Description protected CIMInstance
CIMCreateInstanceOp. iInstance
protected CIMInstance
CIMSetInstanceOp. iInstance
Methods in org.sblim.cimclient.internal.wbem.operations that return CIMInstance Modifier and Type Method Description CIMInstance
CIMCreateInstanceOp. getInstance()
Returns the instanceCIMInstance
CIMSetInstanceOp. getInstance()
Returns instanceConstructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMInstance Constructor Description CIMCreateInstanceOp(CIMObjectPath pObjectName, CIMInstance pInstance)
Ctor.CIMSetInstanceOp(CIMObjectPath objectName, CIMInstance instance, boolean includeQualifiers, java.lang.String[] propertyList)
Ctor.
-