|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface which hides a scheduler or a trigger.
The plugin needs to call I_ChangeDetector.checkAgain(Map) whenever
it thinks it's time to do so.
| Method Summary | |
void |
init(I_Info info,
I_ChangeDetector changeDetector)
Needs to be called after construction. |
void |
shutdown()
Stop producing alerts and cleanup resources. |
void |
startProducing()
Starts the alert producer. |
void |
stopProducing()
Sets the producer to standby. |
| Method Detail |
public void init(I_Info info,
I_ChangeDetector changeDetector)
throws java.lang.Exception
info - The configuration environment
java.lang.Exception - Can be any plugin specific exception
public void startProducing()
throws java.lang.Exception
java.lang.Exception - of any type
public void stopProducing()
throws java.lang.Exception
java.lang.Exception - of any type
public void shutdown()
throws java.lang.Exception
java.lang.Exception - of any type
|
xmlBlaster 1.6.2 contributions API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||