|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.sync.SystemSettingsSynchronizer
public class SystemSettingsSynchronizer
| Constructor Summary | |
|---|---|
SystemSettingsSynchronizer()
|
|
SystemSettingsSynchronizer(SystemManagerLocal systemManager)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemSettingsSynchronizer()
public SystemSettingsSynchronizer(SystemManagerLocal systemManager)
| Method Detail |
|---|
public void initialize(org.rhq.core.domain.auth.Subject subject,
javax.persistence.EntityManager entityManager)
Synchronizer
initialize 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()
Synchronizer
getExporter in interface Synchronizer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings>public Importer<NoSingleEntity,org.rhq.core.domain.sync.entity.SystemSettings> getImporter()
Synchronizer
getImporter 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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||