scone.robot
Class RobotMonitor

java.lang.Object
  extended by scone.Plugin
      extended by scone.robot.RobotMonitor

public class RobotMonitor
extends Plugin

This Scone-Plugin gives information about the status of the robot.
Enable this plugin an access http://_robot.scone.de to see what's the robot doing.

Author:
Frank Wollenweber

Field Summary
 
Fields inherited from class scone.Plugin
ACCESSTRACKING, ACCESSTRACKING2, ADDPREAMBLE, CALCFINGERPRINT, CONSIDERINCLUSIONS, CONSIDERKEYWORDS, CONSIDERLINKS, COPYRIGHT, DECENT_HOST_CONDITION, HTDOCCONDITION, NO_HTDOCCONDITION, NOCACHE, NOREQUIREMENTS, PAGETIMEOUT, PARSEDOCUMENT, POSTDATA, RAS, RESOURCEGENERATOR, SAVEBODYTEXT, SAVESOURCECODE, USEPARSINGMEG
 
Constructor Summary
RobotMonitor()
           
 
Method Summary
 int getRequirements()
          Get the requirements for this plugin
 void init()
          Initializes this plugin
 
Methods inherited from class scone.Plugin
addMeg, disable, displayConfigGUI, displayConfigGUI, enable, getProperties, getRasPort, init, saveProperties, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotMonitor

public RobotMonitor()
Method Detail

getRequirements

public int getRequirements()
Get the requirements for this plugin

Specified by:
getRequirements in class Plugin
Returns:
the requirements

init

public void init()
Initializes this plugin

Specified by:
init in class Plugin