public class SystemSettingsSynchronizer extends Object implements Synchronizer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>
| Constructor and Description |
|---|
SystemSettingsSynchronizer() |
SystemSettingsSynchronizer(SystemManagerLocal systemManager) |
| Modifier and Type | Method and Description |
|---|---|
Exporter<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings> |
getExporter()
The exporter to use to export the entities.
|
Importer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings> |
getImporter()
The importer to import the entities with.
|
Set<ConsistencyValidator> |
getRequiredValidators()
The set of validators that are required to validate the
state of the export or the current installation during import.
|
void |
initialize(org.rhq.core.domain.auth.Subject subject,
javax.persistence.EntityManager entityManager)
Initializes the synchronizer so that it can access database
and is authorization aware.
|
public SystemSettingsSynchronizer()
public SystemSettingsSynchronizer(SystemManagerLocal systemManager)
public void initialize(org.rhq.core.domain.auth.Subject subject,
javax.persistence.EntityManager entityManager)
Synchronizerinitialize in interface Synchronizer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>subject - the currently logged in userentityManager - the entity manager to access the database with (if not using one
of the RHQ's SLSBs)public Exporter<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings> getExporter()
SynchronizergetExporter in interface Synchronizer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>public Importer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings> getImporter()
SynchronizergetImporter in interface Synchronizer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>public Set<ConsistencyValidator> getRequiredValidators()
Synchronizer
The validators need not to be initialized.
getRequiredValidators in interface Synchronizer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.