org.ofbiz.base.splash
Class SplashLoader
java.lang.Object
org.ofbiz.base.splash.SplashLoader
- All Implemented Interfaces:
- java.lang.Runnable, StartupLoader
public class SplashLoader
- extends java.lang.Object
- implements StartupLoader, java.lang.Runnable
Field Summary |
static java.lang.String |
module
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
SplashLoader
public SplashLoader()
load
public void load(Start.Config config,
java.lang.String[] args)
throws StartupException
- Load a startup class
- Specified by:
load
in interface StartupLoader
- Parameters:
config
- Startup configargs
- Input arguments
- Throws:
StartupException
start
public void start()
throws StartupException
- Start the startup class
- Specified by:
start
in interface StartupLoader
- Throws:
StartupException
unload
public void unload()
throws StartupException
- Stop the container
- Specified by:
unload
in interface StartupLoader
- Throws:
StartupException
getSplashScreen
public static SplashScreen getSplashScreen()
close
public static void close()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable