Package dev.webfx.kit.launcher
Class WebFxKitLauncherModuleBooter
java.lang.Object
dev.webfx.kit.launcher.WebFxKitLauncherModuleBooter
- All Implemented Interfaces:
dev.webfx.platform.boot.spi.ApplicationModuleBooter
public final class WebFxKitLauncherModuleBooter
extends Object
implements dev.webfx.platform.boot.spi.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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
int
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
log
-
Constructor Details
-
WebFxKitLauncherModuleBooter
public WebFxKitLauncherModuleBooter()
-
-
Method Details
-
getModuleName
- Specified by:
getModuleName
in interfacedev.webfx.platform.boot.spi.ApplicationModuleBooter
-
getBootLevel
public int getBootLevel()- Specified by:
getBootLevel
in interfacedev.webfx.platform.boot.spi.ApplicationModuleBooter
-
bootModule
public void bootModule()- Specified by:
bootModule
in interfacedev.webfx.platform.boot.spi.ApplicationModuleBooter
-
exitModule
public void exitModule()- Specified by:
exitModule
in interfacedev.webfx.platform.boot.spi.ApplicationModuleBooter
-