org.elkoserver.server.gatekeeper
Class GatekeeperBoot

java.lang.Object
  extended by org.elkoserver.server.gatekeeper.GatekeeperBoot
All Implemented Interfaces:
Bootable

public class GatekeeperBoot
extends Object
implements Bootable

The Elko boot class for the Gatekeeper. The Gatekeeper is a server that provides login reservation and authentication services for other Elko servers such as the Director.


Constructor Summary
GatekeeperBoot()
           
 
Method Summary
 void boot(String[] args, BootProperties props)
          The method that Boot calls to start the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatekeeperBoot

public GatekeeperBoot()
Method Detail

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.