Uses of Interface
org.rhq.enterprise.server.sync.exporters.ExportingIterator

Packages that use ExportingIterator
org.rhq.enterprise.server.sync.exporters   
 

Uses of ExportingIterator in org.rhq.enterprise.server.sync.exporters
 

Classes in org.rhq.enterprise.server.sync.exporters that implement ExportingIterator
 class AbstractDelegatingExportingIterator<T,E>
          An abstract base class that delegates the Iterator functionality to a provided "ordinary" iterator while leaving the exporting functionality to the subclasses.
 class JAXBExportingIterator<T,E>
           
 

Methods in org.rhq.enterprise.server.sync.exporters that return ExportingIterator
 ExportingIterator<org.rhq.core.domain.sync.entity.MetricTemplate> MetricTemplateExporter.getExportingIterator()
           
 ExportingIterator<org.rhq.core.domain.sync.entity.SystemSettings> SystemSettingsExporter.getExportingIterator()
           
 ExportingIterator<ExportedType> Exporter.getExportingIterator()
          Creates an iterator that is able to traverse the exported data and serialize them one by one.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.