cscie160.hw6
Class Depositor

java.lang.Object
  |
  +--cscie160.hw6.AccountHolder
        |
        +--cscie160.hw6.Depositor
All Implemented Interfaces:
ATMParams, java.lang.Runnable

public class Depositor
extends AccountHolder


Field Summary
 
Fields inherited from interface cscie160.hw6.ATMParams
CHECKTESTS, DEPOSITOR, INITIAL_DEPOSIT, ITERATIONS, MMAX_PRIORITY, MMIN_PRIORITY, NORM_PRIORITY, SLEEPTIME, TSDEPOSITOR, TSWITHDRAWER, WITHDRAWER
 
Constructor Summary
Depositor(cscie160.hw6.Account mAccount)
          | Constructor.
 
Method Summary
 void run()
           
 
Methods inherited from class cscie160.hw6.AccountHolder
createAccountHolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Depositor

public Depositor(cscie160.hw6.Account mAccount)
| Constructor.

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class AccountHolder