org.fao.geonet
Class Geonetwork

java.lang.Object
  extended by org.fao.geonet.Geonetwork
All Implemented Interfaces:
jeeves.interfaces.ApplicationHandler

public class Geonetwork
extends java.lang.Object
implements jeeves.interfaces.ApplicationHandler

This is the main class. It handles http connections and inits the system


Constructor Summary
Geonetwork()
           
 
Method Summary
 java.lang.String getContextName()
           
 java.lang.Object start(org.jdom.Element config, jeeves.server.context.ServiceContext context)
          Inits the engine, loading all needed data
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Geonetwork

public Geonetwork()
Method Detail

getContextName

public java.lang.String getContextName()
Specified by:
getContextName in interface jeeves.interfaces.ApplicationHandler

start

public java.lang.Object start(org.jdom.Element config,
                              jeeves.server.context.ServiceContext context)
                       throws java.lang.Exception
Inits the engine, loading all needed data

Specified by:
start in interface jeeves.interfaces.ApplicationHandler
Throws:
java.lang.Exception

stop

public void stop()
Specified by:
stop in interface jeeves.interfaces.ApplicationHandler