Class ConfigurationInitializer
java.lang.Object
com.avoka.fc.core.service.initialization.ConfigurationInitializer
Provides a utility to load the default database data.
This service started when the system boot up.
It creates default database entries when those entries do not exist.
It also tests Livecycle connection and starts the Quartz job.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(File appserverDirectory, boolean debugFlag) Load the default system data into the database.
-
Constructor Details
-
ConfigurationInitializer
public ConfigurationInitializer()Creates a DatabaseAndQuartzInitializer instance.
-
-
Method Details
-
initialize
Load the default system data into the database. Note that this method contains database transactions.- Parameters:
appserverDirectory
- the directory containing the application serverdebugFlag
- whether to log debug information
-