org.elkoserver.server.director
Class DirectorBoot
java.lang.Object
org.elkoserver.server.director.DirectorBoot
- All Implemented Interfaces:
- Bootable
public class DirectorBoot
- extends Object
- implements Bootable
The Elko boot class for the Director. The Director is a server that
provides load balancing and context location directory services for Elko
applications using the Context Server.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectorBoot
public DirectorBoot()
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.