cscie160.project
Interface Bank

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

public interface Bank
extends java.rmi.Remote


Method Summary
 cscie160.project.Account getAccount(int mAccountNum)
           
 

Method Detail

getAccount

public cscie160.project.Account getAccount(int mAccountNum)
                                    throws java.rmi.RemoteException,
                                           SecurityException
java.rmi.RemoteException
SecurityException