org.elkoserver.server.broker
Class BrokerBoot
java.lang.Object
org.elkoserver.server.broker.BrokerBoot
- All Implemented Interfaces:
- Bootable
public class BrokerBoot
- extends Object
- implements Bootable
The Elko boot class for the Broker. The Broker is a server allows a
cluster of Elko servers of various kinds to find out information about each
other's available services (and thus establish interconnectivity) without
having to be preconfigured. It also shields the various servers from
order-of-startup issues. Finally, it provides a place to stand for
monitoring and administering a Elko server farm as a whole.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrokerBoot
public BrokerBoot()
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.