|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibas.bancathread.sincronizzato.Banca
public class Banca
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 |
---|
public static final int NUMERO_CONTI
public static final int IMPORTO_INIZIALE
public static final int FREQUENZA
Constructor Detail |
---|
public Banca()
Method Detail |
---|
public void bonifico(int contoPartenza, int contoDestinazione, double importo)
public void verificaSaldoTotale()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |