All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class beacon.BUserInfoDatabase

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

public class BUserInfoDatabase
extends Object
implements Serializable

Method Index

 o dump(String)
 o expire()
 o get(String)
 o loadDB(String)
 o remove(String)
 o set(String, BUser)

Methods

 o set
 public void set(String alias,
                 BUser u)
 o get
 public BUser get(String alias)
 o remove
 public void remove(String alias)
 o expire
 public void expire()
 o dump
 public void dump(String file)
 o loadDB
 public static BUserInfoDatabase loadDB(String file)

All Packages  Class Hierarchy  This Package  Previous  Next  Index