it.unibas.bancathread.sincronizzato
Class Banca

java.lang.Object
  extended by it.unibas.bancathread.sincronizzato.Banca

public class Banca
extends java.lang.Object


Field Summary
static int FREQUENZA
           
static int IMPORTO_INIZIALE
           
static int NUMERO_CONTI
           
 
Constructor Summary
Banca()
           
 
Method Summary
 void bonifico(int contoPartenza, int contoDestinazione, double importo)
           
 void verificaSaldoTotale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMERO_CONTI

public static final int NUMERO_CONTI
See Also:
Constant Field Values

IMPORTO_INIZIALE

public static final int IMPORTO_INIZIALE
See Also:
Constant Field Values

FREQUENZA

public static final int FREQUENZA
See Also:
Constant Field Values
Constructor Detail

Banca

public Banca()
Method Detail

bonifico

public void bonifico(int contoPartenza,
                     int contoDestinazione,
                     double importo)

verificaSaldoTotale

public void verificaSaldoTotale()