| Interface | Description |
|---|---|
| SynchronizationManagerLocal | |
| SynchronizationManagerRemote |
Public API for synchronization manager.
|
| Synchronizer<Entity,ExportedEntity> |
Represents a synchronizer that can export and import entities.
|
| Class | Description |
|---|---|
| DefaultImportConfigurationDescriptor | |
| ExportingInputStream |
Reading from this input stream produces the export file in a lazy (and therefore memory efficient)
manner.
|
| ExportReader |
A decorator implementation of the
XMLStreamReader interface to
support safe reading from the export stream by multiple "parties". |
| ExportWriter |
This is a decorator implementation of the
XMLStreamWriter that
will disallow the users from doing illegal things during export (like closing the writer)
but at the same time implements the full XMLStreamWriter interface so that
it can be more interoperable with other tooling. |
| MetricTemplateSynchronizer | |
| NoSingleEntity |
A placeholder class that may be used by the exporters and importers as an entity
with no counterpart in the datamodel.
|
| SynchronizationConstants | |
| SynchronizationManagerBean | |
| SynchronizerFactory |
A factory for obtaining synchronizers.
|
| SystemSettingsSynchronizer |
| Enum | Description |
|---|---|
| SynchronizedEntity |
The enum of all possible synchronized entities.
|
| Exception | Description |
|---|---|
| ExportException | |
| IllegalExporterActionException |
This exception gets thrown from
ExportWriter when some exporter performs
an illegal action on the writer. |
| ImportException | |
| SynchronizationException | |
| ValidationException |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.