FileDocCategorySizeDatePackage
Account.javaAPI DocExample1902Thu Dec 15 21:43:38 GMT 2005com.oreilly.jent.rmi

Account

public interface Account implements Remote
Account: A simple RMI interface that represents a banking account.

Fields Summary
Constructors Summary
Methods Summary
public voiddeposit(float amt)

public floatgetBalance()

public java.lang.StringgetName()

public voidtransfer(float amt, com.oreilly.jent.rmi.Account src)

public voidwithdraw(float amt)