Uses of Class
ConfigMgr

Uses of ConfigMgr in
 

Fields in Default Package declared as ConfigMgr
protected  ConfigMgr BasicDrinkMachine.configMgr
          The object to use to manipulate the config database.
protected  ConfigMgr BasicDrinkServer.config
          The ConfigMgr that we get our config values from.
private  ConfigMgr ClientServer.configMgr
          Where we get our runtime configuration data from.
private  ConfigMgr DBLocalAcctMgr.configMgr
          The ConfigMgr to get our configuration data from.
private  ConfigMgr FakeDrinkMachine.configMgr
          The object that we use to manipulate the configuration database.
private  ConfigMgr FingerServer.configMgr
          The ConfigMgr that we get our runtime configuration data from.
private  ConfigMgr LittleDrinkMachine.configMgr
          The class that handles configuration manipulation.
(package private)  ConfigMgr LocalAcctMgr.configMgr
          Where the class gets its runtime configuration data from.
private  ConfigMgr NetAcctClient.configMgr
          Where we get our runtime configuration management data from.
private  ConfigMgr NetAcctServer.config
          Where we get our config data from.
private  ConfigMgr SundayServer.configMgr
          Where we get our runtime configuration values from.
private  ConfigMgr TINIDrinkMachine.configMgr
          The object we pull our configuration values from.
 

Constructors in Default Package with parameters of type ConfigMgr
BasicDrinkMachine(ConfigMgr _configMgr)
          Initializes the class.
ClientServer(DrinkMachineSpec _drink, AcctMgrSpec _acct, DrinkLoggerSpec _log, ConfigMgr _config)
          This is the constructor for the ClientServer class.
DBLocalAcctMgr(DrinkLoggerSpec inLog, ConfigMgr inConfigMgr)
          Pulls the configuration data (host, db, user, pass) from the given ConfigMgr object.
FakeDrinkMachine(ConfigMgr _configMgr, DrinkLoggerSpec _log)
          Takes a string for the configfile to user.
FingerServer(DrinkMachineSpec _drink, AcctMgrSpec _acct, DrinkLoggerSpec _log, ConfigMgr _config)
          Constructs the FingerServer.
LittleDrinkMachine(ConfigMgr _configMgr, DrinkLoggerSpec _log)
          Construct the LittleDrinkMachine by saving the passed in parameters, reading in the config file, and reading in a few variables.
LocalAcctMgr(DrinkLoggerSpec inLog, ConfigMgr inConfig)
          Saves the DrinkLogger variable and sets up the hashmap from the accounts text file.
LocalDrinkLogger(ConfigMgr configMgr)
          Reads the settings out of the configuration file and then constructs from that.
NetAcctClient(DrinkLoggerSpec inLog, ConfigMgr inConfigMgr)
          Construct a new NetAcctClient to connect to the specified NetAcctServer on the specified port.
NetLogClient(ConfigMgr configMgr)
          Set up the class using the configuration values from the given ConfigMgr.
SundayServer(DrinkMachineSpec inDrink, AcctMgrSpec inAcctMgr, DrinkLoggerSpec inLog, ConfigMgr inConfigMgr)
          Constructor.
TINIDrinkMachine(ConfigMgr _configMgr, DrinkLoggerSpec _log)
          Construct the TINIDrinkMachine by saving the passed in parameters and reading in a few variables.