Uses of Interface
banking.Account

Packages that use Account
banking   
 

Uses of Account in banking
 

Classes in banking that implement Account
 class DatabaseAccountImpl
          A simple banking DatabaseAccountImpl class.
 class SimpleAccountImpl
          A simple banking SimpleAccountImpl class.
 

Methods in banking with parameters of type Account
static void InterAccountOperations.transfer(Account from, Account to, float amount)
          Performs funds transfer between two banking accounts.
 



University Grenoble 1 (France) - Department of Computer Science
Master M1 - Adaptable Middleware - AOP / AspectJ.