org.elkoserver.server.presence
Class PresenceServerBoot
java.lang.Object
org.elkoserver.server.presence.PresenceServerBoot
- All Implemented Interfaces:
- Bootable
public class PresenceServerBoot
- extends Object
- implements Bootable
The Elko boot class for the Presence Server. This server allows a group of
Context Servers to keep track of the online presences of the various other
users in their own users' social graphs.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresenceServerBoot
public PresenceServerBoot()
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.