
ISearch.java			declares search interface (for the server)

CSearch.java			implements the ISearch interface. this is a
						remotely callable object


helper classes/scripts
~~~~~~~~~~~~~~~~~~~~~~

ServerFactory.java		creates a server instance, i.e. instance of
						CSearch, and registers it with the rmiregistry

runserver				script to execute server factory

