org.mmbase.module.builders.vwms
Interface VwmProbeInterface

All Known Implementing Classes:
ImageMaster, PageMaster, Vwm

Deprecated. with only one implementation, better to not use an interface?

public interface VwmProbeInterface

Virtual Web Master Probe interface. A VWM that runs a scheduler should implement this interface. The routines defined here are entry routines for the probe, needed to perform scheduled tasks.

Version:
$Id: VwmProbeInterface.java 35335 2009-05-21 08:14:41Z michiel $
Author:
Daniel Ockeloen, Pierre van Rooden (javadocs)
Application:
VWMs

Method Summary
 String getName()
          Deprecated. Returns the name of the VWM.
 boolean performTask(MMObjectNode node)
          Deprecated. Performs maintenance based on a Vwmtasknode.
 boolean probeCall()
          Deprecated. Performs general periodic maintenance.
 

Method Detail

probeCall

boolean probeCall()
Deprecated. 
Performs general periodic maintenance.

Returns:
true if maintenance was performed, false otherwise

getName

String getName()
Deprecated. 
Returns the name of the VWM.


performTask

boolean performTask(MMObjectNode node)
Deprecated. 
Performs maintenance based on a Vwmtasknode.

Parameters:
node - The Vwmtask node that describes the task to be performed.
Returns:
true if maintenance was performed, false if it failed


MMBase 2.0-SNAPSHOT - null