public class SystemSettingsExporter extends Object implements Exporter<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>
| Constructor and Description |
|---|
SystemSettingsExporter(org.rhq.core.domain.auth.Subject subject,
SystemManagerLocal systemManager) |
| Modifier and Type | Method and Description |
|---|---|
ExportingIterator<org.rhq.core.domain.sync.entity.SystemSettings> |
getExportingIterator()
Creates an iterator that is able to traverse the exported data and serialize them
one by one.
|
String |
getNotes()
This method can return some notes that the exporter gathered during exporting the
entities that are not specific to the individual entities.
|
public SystemSettingsExporter(org.rhq.core.domain.auth.Subject subject,
SystemManagerLocal systemManager)
public ExportingIterator<org.rhq.core.domain.sync.entity.SystemSettings> getExportingIterator()
Exporter
The implementation is free to preload the exported entities or to somehow load them
one by one as the callers request by calling Iterator.next().
getExportingIterator in interface Exporter<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>public String getNotes()
Exporter
This method is only called after the export iterator
reached the end.
getNotes in interface Exporter<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.