FileDocCategorySizeDatePackage
RemoteAccount.javaAPI DocExample1108Sun Mar 02 21:47:04 GMT 1997bank.server

RemoteAccount

public interface RemoteAccount implements imaginary.persist.RemotePersistent

Fields Summary
Constructors Summary
Methods Summary
public abstract voiddeposit(imaginary.persist.RemoteLockHolder h, float amount)

public abstract java.lang.StringgetAccountType()

public abstract floatgetBalance()

public abstract RemoteCustomergetCustomer()

public abstract intgetCustomerId()

public abstract voidtransfer(imaginary.persist.RemoteLockHolder h, float amount, bank.server.RemoteAccount acct)

public voidwithdraw(imaginary.persist.RemoteLockHolder h, float amount)