Class ConfigurationInitializer
- java.lang.Object
-
- com.avoka.fc.core.service.initialization.ConfigurationInitializer
-
public class ConfigurationInitializer extends Object
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
Constructors Constructor Description ConfigurationInitializer()
Creates a DatabaseAndQuartzInitializer instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialize(File appserverDirectory, boolean debugFlag)
Load the default system data into the database.
-
-
-
Method Detail
-
initialize
public void initialize(File appserverDirectory, boolean debugFlag)
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
-
-