org.elkoserver.server.workshop
Class WorkshopBoot
java.lang.Object
org.elkoserver.server.workshop.WorkshopBoot
- All Implemented Interfaces:
- Bootable
public class WorkshopBoot
- extends Object
- implements Bootable
The boot class for the Workshop. The Workshop is a server that provides a
place for arbitrary, configurable worker objects to run.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkshopBoot
public WorkshopBoot()
boot
public void boot(String[] args,
BootProperties props)
- Description copied from interface:
Bootable
- The method that
Boot calls to
start the application.
- Specified by:
boot in interface Bootable
- Parameters:
args - The command line arguments after properties are stripped
off.props - Properties specified by the command line, environment
variables, and property files.