|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_AlertProducer
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 |
|---|
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
void startProducing()
throws java.lang.Exception
java.lang.Exception - of any type
void stopProducing()
throws java.lang.Exception
java.lang.Exception - of any type
void shutdown()
throws java.lang.Exception
java.lang.Exception - of any type
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||