Uses of Interface
javax.wbem.CloseableIterator

Packages that use CloseableIterator
javax.wbem.client Provides classes and interfaces for writing WBEM Clients. 
javax.wbem.provider Provides classes and interfaces for writing WBEM Providers. 
 

Uses of CloseableIterator in javax.wbem.client
 

Methods in javax.wbem.client that return CloseableIterator
 CloseableIterator<CIMClass> WBEMClient.associatorClasses(CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
          Enumerates CIM classes that are associated to a specified source CIM class.
 CloseableIterator<CIMInstance> WBEMClient.associatorInstances(CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeClassOrigin, String[] propertyList)
          Enumerates CIM Instances associated to a specified source CIM Instance .
 CloseableIterator<CIMObjectPath> WBEMClient.associatorNames(CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole)
          Enumerates the CIMObjectPaths of CIM Objects that are associated to a particular source CIM Object.
 CloseableIterator WBEMClient.associators(CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
          Enumerates CIM Objects that are associated to a specified source CIM Object.
 CloseableIterator<CIMClass> WBEMClient.enumerateClasses(CIMObjectPath path, boolean deep, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin)
          Enumerate CIM Classes.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateClassNames(CIMObjectPath path, boolean deep)
          Enumerate the names of CIM Classes.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateInstanceNames(CIMObjectPath path)
          Enumerate the names of the instances for a specified class.
 CloseableIterator<CIMInstance> WBEMClient.enumerateInstances(CIMObjectPath path, boolean deep, boolean localOnly, boolean includeClassOrigin, String[] propertyList)
          Enumerate the instances of a class.
 CloseableIterator<CIMQualifierType<?>> WBEMClient.enumerateQualifierTypes(CIMObjectPath path)
          Enumerates the CIM Qualifier Types for a specific namespace
 CloseableIterator<CIMInstance> WBEMClient.execQuery(CIMObjectPath path, String query, String queryLanguage)
          ExecQuery will execute a query to retrieve objects.
 CloseableIterator<E> EnumerateResponse.getResponses()
          Get the CloseableIterator for the returned CIM Elements.
 CloseableIterator<CIMClass> WBEMClient.referenceClasses(CIMObjectPath objectName, String resultClass, String role, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
          Enumerates the Association classes that refer to a specified source CIM Class.
 CloseableIterator<CIMInstance> WBEMClient.referenceInstances(CIMObjectPath objectName, String resultClass, String role, boolean includeClassOrigin, String[] propertyList)
          Enumerates the Association instances that refer to a specified source CIM Instance.
 CloseableIterator<CIMObjectPath> WBEMClient.referenceNames(CIMObjectPath objectName, String resultClass, String role)
          Enumerates the CIMObjectPaths of Association Objects that are refer to a particular source CIM Object.
 CloseableIterator WBEMClient.references(CIMObjectPath objectName, String resultClass, String role, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
          Enumerates the Association Objects that refer to a specified source CIM Object.
 

Constructors in javax.wbem.client with parameters of type CloseableIterator
EnumerateResponse(String context, CloseableIterator<E> responses, boolean end)
           
 

Uses of CloseableIterator in javax.wbem.provider
 

Methods in javax.wbem.provider that return CloseableIterator
 CloseableIterator<CIMObjectPath> AssociatorProvider.associatorNames(CIMObjectPath assocName, CIMObjectPath objectName, String resultClass, String role, String resultRole)
          This method is used to enumerate the names of CIM Instances that are associated to a particular source CIM Instance.
 CloseableIterator<CIMObjectPath> PullAssociatorProvider.associatorNames(CIMObjectPath assocName, CIMObjectPath objectName, String resultClass, String role, String resultRole, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate the names of CIM Instances that are associated to a particular source CIM Instance.
 CloseableIterator<CIMInstance> AssociatorProvider.associators(CIMObjectPath assocName, CIMObjectPath objectName, String resultClass, String role, String resultRole, boolean includeClassOrigin, String[] propertyList)
          This method is used to enumerate CIM Instances that are associated to a particular source CIM Instance.
 CloseableIterator<CIMInstance> PullAssociatorProvider.associators(CIMObjectPath assocName, CIMObjectPath objectName, String resultClass, String role, String resultRole, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate CIM Instances that are associated to a particular source CIM Instance.
 CloseableIterator<CIMObjectPath> InstanceProvider.enumerateInstanceNames(CIMObjectPath op)
          Enumerate the names of the instances for a specified class.
 CloseableIterator<CIMObjectPath> PullInstanceProvider.enumerateInstanceNames(CIMObjectPath op, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          Enumerate the names of the instances for a specified class.
 CloseableIterator<CIMInstance> InstanceProvider.enumerateInstances(CIMObjectPath op, boolean localOnly, boolean includeClassOrigin, String[] propertyList)
          Enumerate the instances of a class.
 CloseableIterator<CIMInstance> PullInstanceProvider.enumerateInstances(CIMObjectPath op, boolean localOnly, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          Enumerate the instances of a class.
 CloseableIterator<CIMInstance> PullInstanceProvider.execQuery(CIMObjectPath op, String query, String ql)
          This method enumerates all instances of the class specified by the CIMObjectpath argument that satisfy the conditions defined by the query expression (query) in query language type (ql).
 CloseableIterator<CIMInstance> InstanceProvider.execQuery(CIMObjectPath op, String query, String ql)
          This method enumerates all instances of the class specified by the CIMObjectpath argument that satisfy the conditions defined by the query expression (query) in query language type (ql).
 CloseableIterator<CIMObjectPath> AssociatorProvider.referenceNames(CIMObjectPath assocName, CIMObjectPath objectName, String role)
          This method is used to enumerate the association objects that refer to a particular target CIM Instance.
 CloseableIterator<CIMObjectPath> PullAssociatorProvider.referenceNames(CIMObjectPath assocName, CIMObjectPath objectName, String role, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate the association objects that refer to a particular target CIM Instance.
 CloseableIterator<CIMInstance> AssociatorProvider.references(CIMObjectPath assocName, CIMObjectPath objectName, String role, boolean includeClassOrigin, String[] propertyList)
          This method is used to enumerate the association objects that refer to a particular target CIM Instance.
 CloseableIterator<CIMInstance> PullAssociatorProvider.references(CIMObjectPath assocName, CIMObjectPath objectName, String role, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate the association objects that refer to a particular target CIM Instance.
 



Copyright © 2002-2008 WBEM Solutions, Inc. All Rights Reserved.