Exceptions and Description |
---|
org.sblim.cimclient.WBEMAuthenticationException
No more thrown anywhere, replaced by
WBEMExeption(CIM_ERR_ACCESS_DENIED) |
org.sblim.cimclient.WBEMTransportException
No more thrown anywhere. Replaced by
WBEMExpception(CIM_ERR_FAILED) |
Method and Description |
---|
javax.wbem.client.WBEMClient.associators(CIMObjectPath, String, String, String, String, boolean, boolean, String[])
Use
associatorClasses to enumerate CIM Classes
and associatorInstances to enumerate CIM
Instances. |
org.sblim.cimclient.WBEMTransportException.getId() |
org.sblim.cimclient.WBEMAuthenticationException.getId() |
org.sblim.cimclient.internal.wbem.operations.CIMDeleteNameSpaceOp.getNamespace()
Use getNameSpace() (from CIMOperation superclass) instead
|
org.sblim.cimclient.internal.wbem.operations.CIMGetClassOp.getPropertyLis()
Typo in method name. Use getPropertyList() instead
|
org.sblim.cimclient.internal.cimxml.CIMResponse.isSuccessul()
- misspelling, use isSuccessful()
|
javax.wbem.client.WBEMClient.references(CIMObjectPath, String, String, boolean, boolean, String[])
Use
refrenceClasses to enumerate CIM Classes and
refrenceInstances to enumerate CIM Instances. |
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.