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<CIMClass> | associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
| CloseableIterator<CIMInstance> | associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) |
| CloseableIterator<CIMObjectPath> | associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) |
| EnumerateResponse<CIMObjectPath> | associatorPaths(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) |
| CloseableIterator | associators(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
| EnumerateResponse<CIMInstance> | associators(CIMObjectPath pObjectName, String pAssocClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) |
| void | close() |
| void | closeEnumeration(CIMObjectPath pObjectName, String pEnumerationContext) |
| void | createClass(CIMClass pClass) |
| CIMObjectPath | createInstance(CIMInstance pInstance) |
| void | deleteClass(CIMObjectPath pPath) |
| void | deleteInstance(CIMObjectPath pPath) |
| void | deleteQualifierType(CIMObjectPath pPath) |
| CloseableIterator<CIMClass> | enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) |
| CloseableIterator<CIMObjectPath> | enumerateClassNames(CIMObjectPath pPath, boolean pDeep) |
| CloseableIterator<CIMObjectPath> | enumerateInstanceNames(CIMObjectPath pPath) |
| EnumerateResponse<CIMObjectPath> | enumerateInstancePaths(CIMObjectPath pObjectName, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) |
| CloseableIterator<CIMInstance> | enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) |
| EnumerateResponse<CIMInstance> | enumerateInstances(CIMObjectPath pObjectName, boolean pDeepInheritance, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) |
| CloseableIterator<CIMQualifierType<?>> | enumerateQualifierTypes(CIMObjectPath pPath) |
| UnsignedInteger64 | enumerationCount(CIMObjectPath pObjectName, String pEnumerationContext) |
| CloseableIterator<CIMInstance> | execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) |
| EnumerateResponse<CIMInstance> | execQueryInstances(CIMObjectPath pObjectName, String pFilterQuery, String pFilterQueryLanguage, Boolean pReturnQueryResultClass, UnsignedInteger32 pTimeout, Boolean pContinueOnError, UnsignedInteger32 pMaxObjects, CIMClass pQueryResultClass) |
| CIMClass | getClass(CIMObjectPath pName, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
| SocketFactory | getCustomSocketFactory() |
| CIMInstance | getInstance(CIMObjectPath pName, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) |
| EnumerateResponse<CIMObjectPath> | getInstancePaths(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) |
| EnumerateResponse<CIMInstance> | getInstances(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) |
| EnumerateResponse<CIMInstance> | getInstancesWithPath(CIMObjectPath pObjectName, String pContext, UnsignedInteger32 pMaxObjects) |
| Properties | getLocalProperties() |
| Properties | getProperties() |
| String | getProperty(String pKey) |
| CIMQualifierType<?> | getQualifierType(CIMObjectPath pName) |
| void | initialize(CIMObjectPath pName, Subject pSubject, Locale[] pLocales) |
| void | initialize(URI pUri, 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<CIMClass> | referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
| CloseableIterator<CIMInstance> | referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) |
| CloseableIterator<CIMObjectPath> | referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) |
| EnumerateResponse<CIMObjectPath> | referencePaths(CIMObjectPath pObjectName, String pResultClass, String pRole, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) |
| CloseableIterator | references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) |
| EnumerateResponse<CIMInstance> | references(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList, String pFilterQueryLanguage, String pFilterQuery, UnsignedInteger32 pTimeout, boolean pContinueOnError, UnsignedInteger32 pMaxObjects) |
| 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) |