cscie160.project.atm
Interface ATMFactory

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

public interface ATMFactory
extends java.rmi.Remote

By David Cheung

CSCIE160 Project

Due: 05-16-2001

This provides an interface for client side. This returns a reference to the ATM.

This has not been modified since HW5.


Method Summary
 ATM getATM()
           
 

Method Detail

getATM

public ATM getATM()
           throws java.rmi.RemoteException