cscie160.hw6
Class TSDepositor

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

public class TSDepositor
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
TSDepositor(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

TSDepositor

public TSDepositor(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