All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.Main

java.lang.Object
   |
   +----org.dorm4.fls.Main

public abstract class Main
extends Object

This is the main method for running a library server. When it starts, it will load the runtime information from the file "Library.properties"

library.driver - class name of the JDBC driver
library.url - URL of the database to connect to
library.user - user to connect to the database as
library.password - password to connect to the database with
server.logfile - name of the file to dump server information to
server.registry - address of the Java RMI registry to bind with

See the example file for details.


Constructor Index

 o Main()

Method Index

 o main(String[])

Constructors

 o Main
 public Main()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index