| Package | Description |
|---|---|
| org.rhq.enterprise.server.sync.exporters |
| Modifier and Type | Class and Description |
|---|---|
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> |
| Modifier and Type | Method and Description |
|---|---|
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-2013 Red Hat, Inc.. All Rights Reserved.