cscie160.project
Class AccountImpl_Stub
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteStub
|
+--cscie160.project.AccountImpl_Stub
- All Implemented Interfaces:
- Account, java.rmi.Remote, java.io.Serializable
- public final class AccountImpl_Stub
- extends java.rmi.server.RemoteStub
- implements Account, java.rmi.Remote
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
void |
deposit(float $param_float_1)
|
float |
getBalance()
|
void |
transfer(float $param_float_1,
cscie160.project.Account $param_Account_2)
|
void |
withdraw(float $param_float_1)
|
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 |
AccountImpl_Stub
public AccountImpl_Stub()
AccountImpl_Stub
public AccountImpl_Stub(java.rmi.server.RemoteRef ref)
deposit
public void deposit(float $param_float_1)
throws ATMException,
java.rmi.RemoteException
- Specified by:
deposit
in interface Account
ATMException
java.rmi.RemoteException
getBalance
public float getBalance()
throws java.rmi.RemoteException
- Specified by:
getBalance
in interface Account
java.rmi.RemoteException
transfer
public void transfer(float $param_float_1,
cscie160.project.Account $param_Account_2)
throws ATMException,
java.rmi.RemoteException
- Specified by:
transfer
in interface Account
ATMException
java.rmi.RemoteException
withdraw
public void withdraw(float $param_float_1)
throws ATMException,
java.rmi.RemoteException
- Specified by:
withdraw
in interface Account
ATMException
java.rmi.RemoteException