dk.netarkivet.monitor.webinterface
Class StatusSiteSection

java.lang.Object
  extended by dk.netarkivet.common.webinterface.SiteSection
      extended by dk.netarkivet.monitor.webinterface.StatusSiteSection

public class StatusSiteSection
extends SiteSection

Site section that creates the menu for system status.


Constructor Summary
StatusSiteSection()
          Create a new status SiteSection object.
 
Method Summary
 void close()
          Shut down monitor server when undeploying,
 void initialize()
          Register monitor server when deploying.
 
Methods inherited from class dk.netarkivet.common.webinterface.SiteSection
cleanup, generateNavigationTree, getDirname, getSections, getTitle, isDeployed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusSiteSection

public StatusSiteSection()
Create a new status SiteSection object.

Method Detail

initialize

public void initialize()
Register monitor server when deploying.

Specified by:
initialize in class SiteSection

close

public void close()
Shut down monitor server when undeploying,

Specified by:
close in class SiteSection