| | |
| | | * @return The DN of the configuration entry with which this alert |
| | | * generator is associated. |
| | | */ |
| | | @Test // TestNG treats this as a test, so we annotate it to eliminate warnings |
| | | public DN getComponentEntryDN() |
| | | { |
| | | try |
| | |
| | | * @return The fully-qualified name of the Java class for this |
| | | * alert generator implementation. |
| | | */ |
| | | @Test // TestNG treats this as a test, so we annotate it to eliminate warnings |
| | | public String getClassName() |
| | | { |
| | | return getClass().getName(); |
| | |
| | | * @return Information about the set of alerts that this generator |
| | | * may produce. |
| | | */ |
| | | @Test // TestNG treats this as a test, so we annotate it to eliminate warnings |
| | | public LinkedHashMap<String,String> getAlerts() |
| | | { |
| | | LinkedHashMap<String,String> alerts = new LinkedHashMap<String,String>(); |