|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AlertConfigurationParser
A configuration parser for setting a bulk of alert configurations using the call to
AlertManager.configure(AlertConfiguration[])
.
which reads from an xml file the alert configurations.
Method Summary | |
---|---|
AlertConfiguration[] |
parse()
Parse and return an array of AlertConfiguration . |
Method Detail |
---|
AlertConfiguration[] parse() throws AlertConfigurationParserException
AlertConfiguration
.
BeanConfig.getProperties()
- String key-value properties used to
configure the alert.AlertConfiguration.isEnabled()
- enable the configuration for this alert.BeanConfig.getBeanClassName()
- the server-side alert trigger
class name.
AlertConfiguration
s.
AlertConfigurationParserException
- if failed to parse.
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |