All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----beacon.BServer
It takes a port number and a database file as arguments. For example,
java beacon.BServer 80 userdatabase.datIt creates a new database if one does not already exist and starts with an empty user location database.
It starts a ServerMaintentanceSthread which expires locations which are not ponging, periodically dumps the database, and expires aliases that haven't been used in over a certain amount of time (currently infinite).
public static void main(String args[])run
public void run()
All Packages Class Hierarchy This Package Previous Next Index