cscie160.project.atm
Class ATMServer

java.lang.Object
  |
  +--cscie160.project.atm.ATMServer

public class ATMServer
extends java.lang.Object

By David Cheung

CSCIE160 Project

Due: 05-16-2001

Server class:

This only contain the main class that creates an RMISecurityManager and creates a ATMFactoryImpl instance. Then registers the class to RMI registry.

This function did not change since HW5.


Constructor Summary
ATMServer()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ATMServer

public ATMServer()
Method Detail

main

public static void main(java.lang.String[] argv)