|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Method Summary | |
java.lang.String |
getName()
Returns the name of the VWM. |
boolean |
performTask(MMObjectNode node)
Performs maintenance based on a Vwmtasknode. |
boolean |
probeCall()
Performs general periodic maintenance. |
| Method Detail |
public boolean probeCall()
true if maintenance was performed, false otherwisepublic java.lang.String getName()
public boolean performTask(MMObjectNode node)
node - The Vwmtask node that describes the task to be performed.
true if maintenance was performed, false if it failed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||