Uses of Interface
javax.wbem.CloseableIterator
Packages that use CloseableIterator
Package
Description
Provides classes and interfaces for writing WBEM Clients.
Provides classes and interfaces for SBLIM extensions to JSR48.
Internal implemenation of the interfaces from the javax.wbem package.
-
Uses of CloseableIterator in javax.wbem.client
Methods in javax.wbem.client that return CloseableIteratorModifier and TypeMethodDescriptionWBEMClient.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates CIM classes that are associated to a specified source CIM class.WBEMClient.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates CIM Instances associated to a specified source CIM Instance.WBEMClient.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) Enumerates theCIMObjectPaths of CIM Objects that are associated to a particular source CIM Object.WBEMClient.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) Enumerate CIM Classes.WBEMClient.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) Enumerate the names of CIM Classes.WBEMClient.enumerateInstanceNames(CIMObjectPath pPath) Enumerate the names of the instances for a specified class.WBEMClient.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pLocalOnly, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerate the instances of a class.WBEMClient.enumerateQualifierTypes(CIMObjectPath pPath) Enumerates the CIM Qualifier types for a specific namespace.WBEMClient.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) execQueryshall execute a query to retrieve objects.EnumerateResponse.getResponses()Get theCloseableIteratorfor the returned CIM Elements.WBEMClient.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the Association classes that refer to a specified source CIM Class.WBEMClient.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) Enumerates the Association instances that refer to a specified source CIM Instance.WBEMClient.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole) Enumerates theCIMObjectPaths of Association Objects that refer to a particular source CIM Object.Constructors in javax.wbem.client with parameters of type CloseableIteratorModifierConstructorDescriptionEnumerateResponse(String pContext, CloseableIterator<E> pResponses, boolean pEnd) Creates anEnumerateResponse. -
Uses of CloseableIterator in org.sblim.cimclient
Methods in org.sblim.cimclient that return CloseableIteratorModifier and TypeMethodDescriptionWBEMClientSBLIM.enumerateNamespaces(String pNamespace) Enumerate the names of the instances of CIM namespaces. -
Uses of CloseableIterator in org.sblim.cimclient.internal.wbem
Classes in org.sblim.cimclient.internal.wbem that implement CloseableIteratorModifier and TypeClassDescriptionclassClass CloseableIteratorDOM is a CloseableIterator implementation for the CIM-XML DOM parser.classClass CloseableIteratorGeneric creates new CloseableIterator from an Iterator and WBEMException.classCloseableIterator implementation for PULL parser.classCloseableIterator implementation for SAX parser.Methods in org.sblim.cimclient.internal.wbem that return CloseableIteratorModifier and TypeMethodDescriptionWBEMClientCIMXML.associatorClasses(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.associatorInstances(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.associatorNames(CIMObjectPath pObjectName, String pAssociationClass, String pResultClass, String pRole, String pResultRole) WBEMClientCIMXML.enumerateClasses(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeQualifiers, boolean pIncludeClassOrigin) WBEMClientCIMXML.enumerateClassNames(CIMObjectPath pPath, boolean pDeep) WBEMClientCIMXML.enumerateInstanceNames(CIMObjectPath pPath) WBEMClientCIMXML.enumerateInstances(CIMObjectPath pPath, boolean pDeep, boolean pPropagated, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.enumerateNamespaces(String pNamespace) WBEMClientCIMXML.enumerateQualifierTypes(CIMObjectPath pPath) WBEMClientCIMXML.execQuery(CIMObjectPath pPath, String pQuery, String pQueryLanguage) WBEMClientCIMXML.referenceClasses(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeQualifiers, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.referenceInstances(CIMObjectPath pObjectName, String pResultClass, String pRole, boolean pIncludeClassOrigin, String[] pPropertyList) WBEMClientCIMXML.referenceNames(CIMObjectPath pObjectName, String pResultClass, String pRole)