dk.netarkivet.harvester.sidekick
Class HarvestControllerServerMonitorHook

java.lang.Object
  extended by dk.netarkivet.harvester.sidekick.DefaultMonitorHook
      extended by dk.netarkivet.harvester.sidekick.HarvestControllerServerMonitorHook
All Implemented Interfaces:
MonitorHook

public class HarvestControllerServerMonitorHook
extends DefaultMonitorHook


Constructor Summary
HarvestControllerServerMonitorHook()
           
 
Method Summary
 java.lang.String getReport()
          Not implemented!
 boolean isRunning()
          Returns true if the application is running.
 java.lang.String toString()
           
 
Methods inherited from class dk.netarkivet.harvester.sidekick.DefaultMonitorHook
getMemory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HarvestControllerServerMonitorHook

public HarvestControllerServerMonitorHook()
Method Detail

isRunning

public boolean isRunning()
Returns true if the application is running.

Specified by:
isRunning in interface MonitorHook
Overrides:
isRunning in class DefaultMonitorHook
Returns:
true if the application is running

getReport

public java.lang.String getReport()
Not implemented!


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object