cscie160.project
Class ATMFactoryImpl

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--cscie160.project.ATMFactoryImpl
All Implemented Interfaces:
ATMFactory, java.rmi.Remote, java.io.Serializable

public class ATMFactoryImpl
extends java.rmi.server.UnicastRemoteObject
implements ATMFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ATMFactoryImpl()
          | Constructor.
 
Method Summary
 cscie160.project.ATM getATM()
          | Passes to the client a reference to the ATM
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ATMFactoryImpl

public ATMFactoryImpl()
               throws java.rmi.RemoteException
| Constructor.

Method Detail

getATM

public cscie160.project.ATM getATM()
                            throws java.rmi.RemoteException
| Passes to the client a reference to the ATM

Specified by:
getATM in interface ATMFactory
java.rmi.RemoteException