dk.vajhoej.isam.remote
Class Server

java.lang.Object
  extended by dk.vajhoej.isam.remote.Server

public class Server
extends java.lang.Object

Serve remote requests for an ISAM source.
Run as:

   java dk.vajhoej.isam.remote.Server 
 
where config file format is:
 <sources>
     <source file="foo.db" impl="dk.vajhoej.db.xxx.NativeIsamImpl" ro="false" port="10001" cache="false"/>
     <source file="bar.db" impl="dk.vajhoej.db.xxx.NativeIsamImpl" ro="false" port="10002" cache="true"/>
 </sources>
 


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

Constructor Detail

Server

public Server()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws IsamException
Server main.

Parameters:
args - command line arguments - first and only argument is name of config file
Throws:
IsamException - if problem with ISAM source