Uses of Class
netbattle.database.registry.AccountRegistry

Packages that use AccountRegistry
netbattle.database.registry   
 

Uses of AccountRegistry in netbattle.database.registry
 

Subclasses of AccountRegistry in netbattle.database.registry
 class DatabaseImpl
          This class implements an AccountRegistry using a relational database (MySQL by default).
 class FileImpl
          This is an implementation of the AccountRegistry that uses only flat files.
 

Methods in netbattle.database.registry that return AccountRegistry
static AccountRegistry AccountRegistry.getInstance()
          Return the single instance of this class.
static AccountRegistry AccountRegistry.getInstance()
          Return the single instance of this class.
 

Methods in netbattle.database.registry with parameters of type AccountRegistry
static void AccountRegistry.setInstance(AccountRegistry reg)
          Set the single instance of this class.
static void AccountRegistry.setInstance(AccountRegistry reg)
          Set the single instance of this class.