dk.netarkivet.harvester.sidekick
Class DefaultMonitorHook

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

public abstract class DefaultMonitorHook
extends java.lang.Object
implements MonitorHook


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

Constructor Detail

DefaultMonitorHook

public DefaultMonitorHook()
Does nothing. TODO: Register the object in RMI registry

Method Detail

isRunning

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

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

getMemory

public long getMemory()
Not implemented!

Specified by:
getMemory in interface MonitorHook