public class SyncServiceTools
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SyncServiceTools.InvalidSyncAccountConfigurationException |
static class |
SyncServiceTools.SyncAccountConfiguration |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GRUPPENNAME_SYNC |
static java.lang.String |
INITSYNCFILENAME |
Modifier and Type | Method and Description |
---|---|
static SyncServiceTools.SyncAccountConfiguration |
assureSyncAccount(Transaction _tx,
BN _bn)
Gets sync account for BN (or creates one if one does not already exists) and
returns its configuration.
|
static Benutzer |
createSyncBenutzer(Transaction _tx,
java.lang.String _name)
Creates a Benutzer account suitable for use by the SyncService.
|
static java.lang.String |
createSyncBenutzerName(java.lang.String _name)
Helper method to assure consistent name creation.
|
static Benutzer |
getOrCreateAccount(Transaction tx,
java.lang.String hostname)
Finds and returns Benutzer for sync of machine with given hostname or
creates and returns new one.
|
static Gruppe |
getSyncGruppe(BOLoaderI _bol)
Loads and returns the Gruppe that all sync Benutzer must be a member of.
|
static SyncServiceTools.SyncAccountConfiguration |
loadSyncAccountConfiguration(electric.xml.Document _doc)
Loads configuration data for the SyncService account from the given Document
and returns it.
|
static SyncServiceTools.SyncAccountConfiguration |
loadSyncAccountConfiguration(java.io.File _file)
Loads configuration data for the SyncService account from the specified file
and returns it.
|
static void |
saveSyncAccountConfiguration(java.io.File _file,
SyncServiceTools.SyncAccountConfiguration _sac)
Saves given configuration data for the SyncService account to the specified
file.
|
static electric.xml.Document |
saveSyncAccountConfiguration(SyncServiceTools.SyncAccountConfiguration _sac)
Builds and returns an XML Document with the sync account configuration data.
|
public static final java.lang.String INITSYNCFILENAME
public static final java.lang.String GRUPPENNAME_SYNC
public static SyncServiceTools.SyncAccountConfiguration assureSyncAccount(Transaction _tx, BN _bn)
public static Benutzer getOrCreateAccount(Transaction tx, java.lang.String hostname)
public static java.lang.String createSyncBenutzerName(java.lang.String _name)
public static Benutzer createSyncBenutzer(Transaction _tx, java.lang.String _name)
public static Gruppe getSyncGruppe(BOLoaderI _bol)
public static void saveSyncAccountConfiguration(java.io.File _file, SyncServiceTools.SyncAccountConfiguration _sac)
public static electric.xml.Document saveSyncAccountConfiguration(SyncServiceTools.SyncAccountConfiguration _sac)
public static SyncServiceTools.SyncAccountConfiguration loadSyncAccountConfiguration(java.io.File _file) throws SyncServiceTools.InvalidSyncAccountConfigurationException
SyncServiceTools.InvalidSyncAccountConfigurationException
- if the data in the
configuration file is invalid or incomplete.public static SyncServiceTools.SyncAccountConfiguration loadSyncAccountConfiguration(electric.xml.Document _doc) throws SyncServiceTools.InvalidSyncAccountConfigurationException
SyncServiceTools.InvalidSyncAccountConfigurationException
- if the data in the
configuration Document is invalid or incomplete.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.