cscie160.hw5
Class ATMImpl_Stub

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

public final class ATMImpl_Stub
extends java.rmi.server.RemoteStub
implements ATM, java.rmi.Remote

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ATMImpl_Stub()
           
ATMImpl_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 void deposit(int $param_int_1, float $param_float_2)
           
 float getBalance(int $param_int_1)
           
 void withdraw(int $param_int_1, float $param_float_2)
           
 
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

ATMImpl_Stub

public ATMImpl_Stub()

ATMImpl_Stub

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

deposit

public void deposit(int $param_int_1,
                    float $param_float_2)
             throws ATMException,
                    java.rmi.RemoteException
Specified by:
deposit in interface ATM
ATMException
java.rmi.RemoteException

getBalance

public float getBalance(int $param_int_1)
                 throws ATMException,
                        java.rmi.RemoteException
Specified by:
getBalance in interface ATM
ATMException
java.rmi.RemoteException

withdraw

public void withdraw(int $param_int_1,
                     float $param_float_2)
              throws ATMException,
                     java.rmi.RemoteException
Specified by:
withdraw in interface ATM
ATMException
java.rmi.RemoteException