|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
boolean probeCall()
true if maintenance was performed, false otherwiseString getName()
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 | |||||||||