Package org.openscience.nmrshiftdb.daemons

Daeomons for NMRShiftDB.

See:
          Description

Class Summary
AbstractDaemon An abstract daemon.
AbstractDaemonWithoutServletConfig An abstract daemon where run() is supposed to be implemented and not run(ServletConfig).
AbstractDaemonWithServletConfig An abstract daemon where run(ServletConfig) is supposed to be implemented and not run().
AssignRobotDaemon  
BuildHomeDaemon A daemon that builds a homepage to nmrshiftdbhtml.
BuildHoseCodeTableDaemon A daemon that builds a heap hose code table.
BuildSdfDaemon A daemon that builds the sdf file
BuildSvmDaemon A daemon that builds the sdf file
DeleteOldMolfiles A daemon that deletes all mol files and files needed for export older than 60 minutes
LoadBalancerDaemon A daemon that looks for the NMRShiftDB server with the lowest load and writes this to DB
ReviewDaemon A daemon that deletes all spectra which have been rejected and are older than two months.
SaveSubmitsDaemon A daemon that builds a homepage to nmrshiftdbhtml.
 

Package org.openscience.nmrshiftdb.daemons Description

Daeomons for NMRShiftDB. All daemons should extend AbstractDaemonWith(out)ServletConfig.