cscie160.hw5
Class ATMFactoryImpl_Stub

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteStub
              |
              +--cscie160.hw5.ATMFactoryImpl_Stub
All Implemented Interfaces:
ATMFactory, java.rmi.Remote, java.io.Serializable

public final class ATMFactoryImpl_Stub
extends java.rmi.server.RemoteStub
implements ATMFactory, java.rmi.Remote

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ATMFactoryImpl_Stub()
           
ATMFactoryImpl_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 cscie160.hw5.ATM getATM()
           
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ATMFactoryImpl_Stub

public ATMFactoryImpl_Stub()

ATMFactoryImpl_Stub

public ATMFactoryImpl_Stub(java.rmi.server.RemoteRef ref)
Method Detail

getATM

public cscie160.hw5.ATM getATM()
                        throws java.rmi.RemoteException
Specified by:
getATM in interface ATMFactory
java.rmi.RemoteException