Class Buchung

java.lang.Object
  extended by Buchung

public class Buchung
extends java.lang.Object

Buchung. Multi threaded finance testing application for the "Bounded Buffer" generates random transfer amount within desired range.

Author:
Heinz Kredel.

Constructor Summary
Buchung()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Buchung

public Buchung()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.InterruptedException
Main method.

Parameters:
args -
Throws:
java.lang.InterruptedException