Package dev.webfx.platform.boot.spi.impl
Class ApplicationJobsInitializer
java.lang.Object
dev.webfx.platform.boot.spi.impl.ApplicationJobsInitializer
- All Implemented Interfaces:
ApplicationModuleBooter
- Author:
- Bruno Salmon
-
Field Summary
Fields inherited from interface dev.webfx.platform.boot.spi.ApplicationModuleBooter
APPLICATION_LAUNCH_LEVEL, COMMUNICATION_ALL_BOOT_LEVEL, COMMUNICATION_OPEN_BOOT_LEVEL, COMMUNICATION_REGISTER_BOOT_LEVEL, CONF_BOOT_LEVEL, JOBS_INIT_BOOT_LEVEL, JOBS_START_BOOT_LEVEL, RESOURCE_BUNDLE_BOOT_LEVEL, SERIAL_CODEC_BOOT_LEVEL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.platform.boot.spi.ApplicationModuleBooter
exitModule, log
-
Constructor Details
-
ApplicationJobsInitializer
public ApplicationJobsInitializer()
-
-
Method Details
-
getModuleName
- Specified by:
getModuleName
in interfaceApplicationModuleBooter
-
getBootLevel
public int getBootLevel()- Specified by:
getBootLevel
in interfaceApplicationModuleBooter
-
bootModule
public void bootModule()- Specified by:
bootModule
in interfaceApplicationModuleBooter
-