Package distrsys.rmi.bank.common

Examples of distrsys.rmi.bank.common.SparKonto.einzahlen()


      if(entry.getValue() instanceof SparKontoImpl)
      {
        long iterest;
        SparKonto sparKonto = (SparKonto)entry.getValue();
        iterest = (long)(sparKonto.get_zins_satz() * sparKonto.kontostand())/100;
        sparKonto.einzahlen(iterest);
      }
    }
  }
 
  public Vector getAccounts()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.