|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CIMInstance | |
---|---|
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.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 | |
---|---|
CIMInstance |
CIMInstance.deriveInstance(CIMObjectPath pPath)
Returns a CIMInstance with the updated CIMObjectPath . |
CIMInstance |
CIMInstance.deriveInstance(CIMObjectPath pPath)
Returns a CIMInstance with the updated CIMObjectPath . |
CIMInstance |
CIMInstance.deriveInstance(CIMProperty[] pPropA)
Returns a CIMInstance with the updated values for the
properties in pPropA . |
CIMInstance |
CIMInstance.deriveInstance(CIMProperty[] pPropA)
Returns a CIMInstance with the updated values for the
properties in pPropA . |
CIMInstance |
CIMInstance.filterProperties(boolean pLocalOnly,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
This method returns a new CIMInstance with properties
filtered according to the input parameters. |
CIMInstance |
CIMInstance.filterProperties(boolean pLocalOnly,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
This method returns a new CIMInstance 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. |
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 | |
---|---|
CIMInstance[] |
WBEMException.getCIMErrors()
Get the CIM Error Instances. |
CIMInstance[] |
WBEMException.getCIMErrors()
Get the CIM Error Instances. |
Constructors in javax.wbem with parameters of type CIMInstance | |
---|---|
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)
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. |
|
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 | |
---|---|
CIMInstance |
WBEMClient.getInstance(CIMObjectPath pName,
boolean pPropagated,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Get a CIMInstance . |
CIMInstance |
WBEMClient.getInstance(CIMObjectPath pName,
boolean pPropagated,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
Get a CIMInstance . |
Methods in javax.wbem.client with parameters of type CIMInstance | |
---|---|
CIMObjectPath |
WBEMClient.createInstance(CIMInstance pInstance)
Create a CIM Instance. |
CIMObjectPath |
WBEMClient.createInstance(CIMInstance pInstance)
Create a CIM Instance. |
void |
WBEMClient.modifyInstance(CIMInstance ci,
java.lang.String[] propertyList)
Modify some or all of the properties of the specified CIMInstance . |
void |
WBEMClient.modifyInstance(CIMInstance ci,
java.lang.String[] propertyList)
Modify some or all of the properties of the specified CIMInstance . |
Uses of CIMInstance in javax.wbem.listener |
---|
Methods in javax.wbem.listener with parameters of type CIMInstance | |
---|---|
void |
IndicationListener.indicationOccured(java.lang.String pIndicationURL,
CIMInstance pIndication)
Called when an indication has been received by the listener |
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.internal.cimxml |
---|
Methods in org.sblim.cimclient.internal.cimxml that return CIMInstance | |
---|---|
static CIMInstance |
CIMXMLParserImpl.parseEXPPARAMVALUE(org.w3c.dom.Element pExpParamValueE)
parseEXPPARAMVALUE |
static CIMInstance |
CIMXMLParserImpl.parseEXPPARAMVALUE(org.w3c.dom.Element pExpParamValueE)
parseEXPPARAMVALUE |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element pInstanceE)
parseINSTANCE |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element pInstanceE)
parseINSTANCE |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element pInstanceE,
CIMObjectPath pObjPath)
parseINSTANCE |
static CIMInstance |
CIMXMLParserImpl.parseINSTANCE(org.w3c.dom.Element pInstanceE,
CIMObjectPath pObjPath)
parseINSTANCE |
static CIMInstance |
CIMXMLParserImpl.parseVALUENAMEDINSTANCE(org.w3c.dom.Element pValueNamedInstanceE)
parseVALUENAMEDINSTANCE |
static CIMInstance |
CIMXMLParserImpl.parseVALUENAMEDINSTANCE(org.w3c.dom.Element pValueNamedInstanceE)
parseVALUENAMEDINSTANCE |
Methods in org.sblim.cimclient.internal.cimxml with parameters of type CIMInstance | |
---|---|
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createInstance_request(org.w3c.dom.Document pDoc,
CIMObjectPath pName,
CIMInstance pInstance)
createInstance_request |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.createInstance_request(org.w3c.dom.Document pDoc,
CIMObjectPath pName,
CIMInstance pInstance)
createInstance_request |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInstance)
createINSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInstance)
createINSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance[] pResultSet)
createIRETURNVALUE_ENUMERATE_INSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIRETURNVALUE_ENUMERATE_INSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance[] pResultSet)
createIRETURNVALUE_ENUMERATE_INSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
createIRETURNVALUE_GETINSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createIRETURNVALUE_GETINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
createIRETURNVALUE_GETINSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
createVALUENAMEDINSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMInstance pInst)
createVALUENAMEDINSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath,
CIMInstance pInst)
createVALUENAMEDINSTANCE |
static org.w3c.dom.Element |
CIMXMLBuilderImpl.createVALUENAMEDINSTANCE(org.w3c.dom.Document pDoc,
org.w3c.dom.Element pParentE,
CIMObjectPath pPath,
CIMInstance pInst)
createVALUENAMEDINSTANCE |
static org.w3c.dom.Element |
CIMClientXML_HelperImpl.enumerateInstances_response(org.w3c.dom.Document pDoc,
CIMInstance[] pInstA)
enumerateInstances_response |
static org.w3c.dom.Element |
CIMClientXML_HelperImpl.enumerateInstances_response(org.w3c.dom.Document pDoc,
CIMInstance[] pInstA)
enumerateInstances_response |
org.w3c.dom.Element |
CIMClientXML_HelperImpl.setInstance_request(org.w3c.dom.Document pDoc,
CIMObjectPath pPath,
CIMInstance pInstance,
boolean pIncludeQualifiers,
java.lang.String[] pPropertyList)
setInstance_request |
org.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 | |
---|---|
CIMInstance |
InstanceNode.getCIMInstance()
getCIMInstance |
CIMInstance |
InstanceNode.getCIMInstance()
getCIMInstance |
CIMInstance |
InstanceNode.getCIMInstance(CIMObjectPath pObjPath)
getCIMInstance |
CIMInstance |
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 | |
---|---|
static java.lang.String |
MOF.instanceDeclaration(CIMInstance pInst,
java.lang.String pInd)
instanceDeclaration = [ qualifierList ] INSTANCE OF className [ alias ] "{" 1*valueInitializer "}" ";" |
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 | |
---|---|
CIMInstance[] |
CIMError.getCIMInstances()
getCIMInstances |
CIMInstance[] |
CIMError.getCIMInstances()
getCIMInstances |
CIMInstance |
WBEMClientCIMXML.getInstance(CIMObjectPath pName,
boolean pPropagated,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
|
CIMInstance |
WBEMClientCIMXML.getInstance(CIMObjectPath pName,
boolean pPropagated,
boolean pIncludeClassOrigin,
java.lang.String[] pPropertyList)
|
Methods in org.sblim.cimclient.internal.wbem with parameters of type CIMInstance | |
---|---|
CIMObjectPath |
WBEMClientCIMXML.createInstance(CIMInstance pInstance)
|
CIMObjectPath |
WBEMClientCIMXML.createInstance(CIMInstance pInstance)
|
void |
WBEMClientCIMXML.modifyInstance(CIMInstance pInst,
java.lang.String[] pPropertyList)
|
void |
WBEMClientCIMXML.modifyInstance(CIMInstance pInst,
java.lang.String[] pPropertyList)
|
Constructors in org.sblim.cimclient.internal.wbem with parameters of type CIMInstance | |
---|---|
CIMError(int pStatus,
java.lang.String pMsg,
CIMInstance[] pInstances)
Ctor. |
|
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 | |
---|---|
protected CIMInstance |
CIMEvent.iIndication
|
protected CIMInstance |
CIMEvent.iIndication
|
Methods in org.sblim.cimclient.internal.wbem.indications that return CIMInstance | |
---|---|
CIMInstance |
CIMEvent.getIndication()
getIndication |
CIMInstance |
CIMEvent.getIndication()
getIndication |
Constructors in org.sblim.cimclient.internal.wbem.indications with parameters of type CIMInstance | |
---|---|
CIMEvent(CIMInstance pIndication)
Ctor. |
|
CIMEvent(CIMInstance pIndication)
Ctor. |
|
CIMEvent(CIMInstance pIndication,
java.lang.String id)
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. |
|
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 | |
---|---|
protected CIMInstance |
CIMCreateInstanceOp.iInstance
|
protected CIMInstance |
CIMSetInstanceOp.iInstance
|
protected CIMInstance |
CIMCreateInstanceOp.iInstance
|
protected CIMInstance |
CIMSetInstanceOp.iInstance
|
Methods in org.sblim.cimclient.internal.wbem.operations that return CIMInstance | |
---|---|
CIMInstance |
CIMCreateInstanceOp.getInstance()
Returns the instance |
CIMInstance |
CIMSetInstanceOp.getInstance()
Returns instance |
CIMInstance |
CIMCreateInstanceOp.getInstance()
Returns the instance |
CIMInstance |
CIMSetInstanceOp.getInstance()
Returns instance |
Constructors in org.sblim.cimclient.internal.wbem.operations with parameters of type CIMInstance | |
---|---|
CIMCreateInstanceOp(CIMObjectPath pObjectName,
CIMInstance pInstance)
Ctor. |
|
CIMCreateInstanceOp(CIMObjectPath pObjectName,
CIMInstance pInstance)
Ctor. |
|
CIMSetInstanceOp(CIMObjectPath objectName,
CIMInstance instance,
boolean includeQualifiers,
java.lang.String[] propertyList)
Ctor. |
|
CIMSetInstanceOp(CIMObjectPath objectName,
CIMInstance instance,
boolean includeQualifiers,
java.lang.String[] propertyList)
Ctor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |