Package org.rhq.enterprise.server.sync

Interface Summary
SynchronizationManagerLocal  
SynchronizationManagerRemote  
Synchronizer<Entity,ExportedEntity> Represents a synchronizer that can export and import entities.
 

Class Summary
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 Summary
SynchronizedEntity The enum of all possible synchronized entities.
 

Exception Summary
ExportException  
IllegalExporterActionException This exception gets thrown from ExportWriter when some exporter performs an illegal action on the writer.
ImportException  
SynchronizationException  
ValidationException  
 



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