org.elkoserver.foundation.boot
Interface Bootable
- All Known Implementing Classes:
- BrokerBoot, ContextServerBoot, DirectorBoot, GatekeeperBoot, PresenceServerBoot, RepositoryBoot, WorkshopBoot
public interface Bootable
Interface to be implemented by application classes that want to be launched
by Boot.
- See Also:
Boot
boot
void boot(String[] args,
BootProperties props)
- The method that
Boot calls to
start the application.
- Parameters:
args - The command line arguments after properties are stripped
off.props - Properties specified by the command line, environment
variables, and property files.