|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.isam.remote.Server
public class Server
Serve remote requests for an ISAM source.
Run as:
java dk.vajhoej.isam.remote.Serverwhere 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 |
---|
public Server()
Method Detail |
---|
public static void main(java.lang.String[] args) throws IsamException
args
- command line arguments - first and only argument is name of config file
IsamException
- if problem with ISAM source
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |