org.sblim.cimclient.internal.wbem
public class WBEMClientCIMXML extends Object implements WBEMClientSBLIM
javax.wbem.client.WBEMClient
interface for the CIM-XML
protocol including the extensions of the
org.sblim.cimclient.WBEMClientSBLIM
interface.
See Also: WBEMClient WBEMClientSBLIM
Constructor Summary | |
---|---|
WBEMClientCIMXML()
Ctor. |
Method Summary | |
---|---|
CloseableIterator | associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) |
CloseableIterator | associators(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
void | close() |
void | createClass(CIMClass pClass) |
CIMObjectPath | createInstance(CIMInstance pInstance) |
void | deleteClass(CIMObjectPath pPath) |
void | deleteInstance(CIMObjectPath pPath) |
void | deleteQualifierType(CIMObjectPath pPath) |
CloseableIterator | enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) |
CloseableIterator | enumerateClassNames(CIMObjectPath pPath, boolean pDeep) |
CloseableIterator | enumerateInstanceNames(CIMObjectPath pPath) |
CloseableIterator | enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) |
CloseableIterator | enumerateQualifierTypes(CIMObjectPath pPath) |
CloseableIterator | execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) |
CIMClass | getClass(CIMObjectPath pName, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
SocketFactory | getCustomSocketFactory() |
CIMInstance | getInstance(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) |
Properties | getLocalProperties() |
Properties | getProperties() |
String | getProperty(String pKey) |
CIMQualifierType | getQualifierType(CIMObjectPath pName) |
void | initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales) |
Object | invokeMethod(CIMObjectPath pName, String pMethodName, CIMArgument[] pInputArguments, CIMArgument[] pOutputArguments) |
void | modifyClass(CIMClass pClass) |
void | modifyInstance(CIMInstance pInst, String[] pPropertyList) |
CloseableIterator | referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) |
CloseableIterator | references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
void | setCustomSocketFactory(SocketFactory pFactory) |
void | setLocales(Locale[] pLocales) |
void | setLocalProperties(Properties pProperties) |
void | setLocalProperty(String pKey, String pValue) |
void | setProperties(Properties pProperties) |
void | setProperty(String pKey, String pValue) |
void | setQualifierType(CIMQualifierType pQualifierType) |