org.fao.geonet.services.util.z3950
Class Server

java.lang.Object
  extended by org.fao.geonet.services.util.z3950.Server

public class Server
extends java.lang.Object

Z3950 server


Constructor Summary
Server()
           
 
Method Summary
static void end()
          ends the server
static void init(java.lang.String host, java.lang.String port, java.lang.String appPath, java.lang.String schemaMappings, jeeves.server.context.ServiceContext context)
          initializes the server
 
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

init

public static void init(java.lang.String host,
                        java.lang.String port,
                        java.lang.String appPath,
                        java.lang.String schemaMappings,
                        jeeves.server.context.ServiceContext context)
initializes the server


end

public static void end()
ends the server