cscie160.project
Class BankImpl

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

public class BankImpl
extends java.rmi.server.UnicastRemoteObject
implements Bank

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
BankImpl()
          | Constructor.
 
Method Summary
 cscie160.project.Account getAccount(int mAccountNum)
          | Retrieve a specific account.
 
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

BankImpl

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

Method Detail

getAccount

public cscie160.project.Account getAccount(int mAccountNum)
                                    throws SecurityException,
                                           java.rmi.RemoteException
| Retrieve a specific account.

Specified by:
getAccount in interface Bank
Returns:
Account the account reference requested
SecurityException
java.rmi.RemoteException