org.elkoserver.server.context
Class ContextServerBoot
java.lang.Object
org.elkoserver.server.context.ContextServerBoot
- All Implemented Interfaces:
- Bootable
public class ContextServerBoot
- extends Object
- implements Bootable
The Elko boot class for the Context Server, the basis of Elko applications
built on the context/user/item object model.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextServerBoot
public ContextServerBoot()
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.