File
Doc
Category
Size
Date
Package
Account.java
API Doc
Example
1306
Wed Apr 05 11:25:42 BST 2000
None
Account
public interface Account implements Remote
Account: A simple RMI interface that represents a banking account of some kind. Example 3-1, Java Enterprise in a Nutshell, 1st ed. Author: Jim Farley
Fields Summary
Constructors Summary
Methods Summary
public void
deposit
(
float
amt)
public
float
getBalance
()
public
java.lang.String
getName
()
public void
transfer
(
float
amt,
Account
src)
public void
transfer
(
java.util.List
amts,
java.util.List
srcs)
public void
withdraw
(
float
amt)
Java Code Source