org.wcb.autohome
Class JHomeServer

java.lang.Object
  extended byorg.wcb.autohome.JHomeServer

public class JHomeServer
extends java.lang.Object

This is old, but is used to start the server for a client server application. This is now more of a web application.


Constructor Summary
JHomeServer(java.lang.String loc, java.lang.String host)
          This class is used to start an rmi version of the jhome server.
 
Method Summary
static void main(java.lang.String[] args)
          Main method to start the application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JHomeServer

public JHomeServer(java.lang.String loc,
                   java.lang.String host)
This class is used to start an rmi version of the jhome server.

Parameters:
loc - location of the properties file
host - the address of the server.
Method Detail

main

public static void main(java.lang.String[] args)
Main method to start the application

Parameters:
args - Two arguments should be passed file location and hostname


Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.