cscie160.project.bank
Interface Bank

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
BankImpl

public interface Bank
extends java.rmi.Remote

By David Cheung

CSCIE160 Project

Due: 05-16-2001

Bank interface class:

Provides interface for remoteobject to get Account instances.


Method Summary
 Account getAccount(int acctNum)
           
 

Method Detail

getAccount

public Account getAccount(int acctNum)
                   throws java.rmi.RemoteException