Class AbstractParameterService
java.lang.Object
org.jumpmind.symmetric.service.impl.AbstractParameterService
- Direct Known Subclasses:
MockParameterService
,ParameterService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected boolean
protected String
protected IExtensionService
protected String
protected final org.slf4j.Logger
protected String
protected TypedProperties
protected String
protected String
protected Properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TypedProperties
getDatabaseParameters
(String externalId, String nodeGroupId) getDecimal
(String key) getDecimal
(String key, BigDecimal defaultVal) int
int
long
long
protected TypedProperties
boolean
boolean
boolean
protected abstract TypedProperties
protected TypedProperties
void
void
setDatabaseHasBeenInitialized
(boolean databaseHasBeenInitialized) void
setDatabaseHasBeenSetup
(boolean databaseHasBeenSetup) void
setExtensionService
(IExtensionService extensionService)
-
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
-