|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrigger
Describes the functionality of either a metric or a policy evaluation - a simple interface which is offering a way to trigger a system adapter evaluation or extraction.
A simple evaluator is instantiated with a reference to either the metric or the policy it is the scheduling the evaluation of. A caller (mainly an internal framework component) indirectly calls the policy or metric through this interface.
Method Summary | |
---|---|
void |
evaluate()
Triggers the evaluation of the associated metric or policy. |
void |
start()
Hook to start the evaluator thread |
Methods inherited from interface gamf.interfaces.systemAdapter.ISystemAdapter |
---|
getSystemAdapterCategory, getSystemAdapterIdentifier |
Method Detail |
---|
void evaluate() throws gamf.framework.exceptions.EvaluationException
gamf.framework.exceptions.EvaluationException
void start()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |