Class AbstractParameterService
java.lang.Object
org.jumpmind.symmetric.service.impl.AbstractParameterService
- Direct Known Subclasses:
MockParameterService,ParameterService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected Stringprotected IExtensionServiceprotected Stringprotected final org.slf4j.Loggerprotected Stringprotected TypedPropertiesprotected Stringprotected Stringprotected Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TypedPropertiesgetDatabaseParameters(String externalId, String nodeGroupId) getDecimal(String key) getDecimal(String key, BigDecimal defaultVal) intintlonglongprotected TypedPropertiesbooleanbooleanbooleanprotected abstract TypedPropertiesprotected TypedPropertiesvoidvoidsetDatabaseHasBeenInitialized(boolean databaseHasBeenInitialized) voidsetDatabaseHasBeenSetup(boolean databaseHasBeenSetup) voidsetExtensionService(IExtensionService extensionService) protected StringsubstituteScripts(String value)
-
Field Details
-
log
protected final org.slf4j.Logger log -
extensionService
-
parameters
-
systemProperties
-
databaseHasBeenInitialized
protected boolean databaseHasBeenInitialized -
databaseHasBeenSetup
protected boolean databaseHasBeenSetup -
externalId
-
engineName
-
nodeGroupId
-
syncUrl
-
registrationUrl
-
-
Constructor Details
-
AbstractParameterService
public AbstractParameterService()
-
-
Method Details
-
getDecimal
-
getDecimal
-
is
-
is
-
getInt
-
getInt
-
getLong
-
getLong
-
getString
-
getString
-
getTempDirectory
-
rereadApplicationParameters
-
rereadParameters
public void rereadParameters() -
getParameters
-
getAllParameters
-
getLastTimeParameterWereCached
-
getExternalId
-
getSyncUrl
-
getNodeGroupId
-
getRegistrationUrl
-
getEngineName
-
getReplacementValues
-
setDatabaseHasBeenInitialized
public void setDatabaseHasBeenInitialized(boolean databaseHasBeenInitialized) -
setDatabaseHasBeenSetup
public void setDatabaseHasBeenSetup(boolean databaseHasBeenSetup) -
hasDatabaseBeenSetup
public boolean hasDatabaseBeenSetup() -
getDatabaseParameters
-
rereadDatabaseParameters
-
setExtensionService
-
substituteScripts
-