org.ofbiz.base.start
Interface StartupLoader

All Known Implementing Classes:
ContainerLoader, SplashLoader

public interface StartupLoader

StartupLoader - Interface for loading server startup classes


Method Summary
 void load(Start.Config config, java.lang.String[] args)
          Load a startup class
 void start()
          Start the startup class
 void unload()
          Stop the container
 

Method Detail

load

void load(Start.Config config,
          java.lang.String[] args)
          throws StartupException
Load a startup class

Parameters:
config - Startup config
args - Input arguments
Throws:
StartupException

start

void start()
           throws StartupException
Start the startup class

Throws:
StartupException

unload

void unload()
            throws StartupException
Stop the container

Throws:
StartupException