|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CIMClass | |
|---|---|
| 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.client | Provides classes and interfaces for writing WBEM Clients. |
| Uses of CIMClass in javax.cim |
|---|
| Methods in javax.cim that return CIMClass | |
|---|---|
CIMClass |
CIMClass.filterProperties(boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
This method returns a new CIMClass with properties filtered according to the input parameters. |
| Uses of CIMClass in javax.wbem.client |
|---|
| Methods in javax.wbem.client that return CIMClass | |
|---|---|
CIMClass |
WBEMClient.getClass(CIMObjectPath name,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
Returns the CIMClass for the specified CIMObjectPath. |
| Methods in javax.wbem.client with parameters of type CIMClass | |
|---|---|
void |
WBEMClient.createClass(CIMClass cc)
Create a CIM class The namespace from the CIMClass.getObjectPath() will be used. |
void |
WBEMClient.modifyClass(CIMClass cc)
Modify the CIMClass. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||