fr.inrialpes.exmo.align.service
Class AlignmentService
java.lang.Object
fr.inrialpes.exmo.align.service.AlignmentService
public class AlignmentService
- extends Object
AlignmentService
The basic alignment service able to run a store and answer queries...
java -jar alignsvc.jar [options]
where the options are:
--load=filename -l filename Load previous image
--params=filename -p filename Read the parameters in file
--debug[=n] -d [n] Report debug info at level n,
--help -h Print this message
$Id: AlignmentService.java 657 2008-02-28 22:19:01Z euzenat $
- Author:
- Jérôme Euzenat
DBHOST
public static final String DBHOST
- See Also:
- Constant Field Values
DBPORT
public static final String DBPORT
- See Also:
- Constant Field Values
DBUSER
public static final String DBUSER
- See Also:
- Constant Field Values
DBPASS
public static final String DBPASS
- See Also:
- Constant Field Values
DBBASE
public static final String DBBASE
- See Also:
- Constant Field Values
HTML
public static final String HTML
- See Also:
- Constant Field Values
JADE
public static final String JADE
- See Also:
- Constant Field Values
WSDL
public static final String WSDL
- See Also:
- Constant Field Values
JXTA
public static final String JXTA
- See Also:
- Constant Field Values
HOST
public static final String HOST
- See Also:
- Constant Field Values
debug
private int debug
filename
private String filename
outfile
private String outfile
paramfile
private String paramfile
services
private Hashtable services
directories
private Hashtable directories
manager
private AServProtocolManager manager
connection
private DBService connection
AlignmentService
public AlignmentService()
main
public static void main(String[] args)
run
public void run(String[] args)
throws Exception
- Throws:
Exception
close
protected void close()
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
readParameters
public Parameters readParameters(String[] args)
usage
public void usage()
(C) INRIA & friends, 2003-2008