All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class beacon.BServer

java.lang.Object
   |
   +----beacon.BServer

public class BServer
extends Object
implements Runnable
The BServer handles client transactions. Currently, it handles: All transactions except REQLOC are authenticated.


Method Index

 o authentic(String, String, String)
 o main(String[])
 o randomPassword()
 o run()

Methods

 o main
 public static void main(String args[])
 o run
 public void run()
 o authentic
 public boolean authentic(String compare,
                          String req,
                          String pass)
 o randomPassword
 public String randomPassword()

All Packages  Class Hierarchy  This Package  Previous  Next  Index