| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | * Portions Copyright 2014-2015 ForgeRock AS |
| | | */ |
| | | package org.opends.server.extensions; |
| | | |
| | |
| | | |
| | | |
| | | |
| | | // The DN of the "configuration entry" for this alert generator. |
| | | /** The DN of the "configuration entry" for this alert generator. */ |
| | | private DN configEntryDN; |
| | | |
| | | // The alert description used for testing purposes. |
| | | /** The alert description used for testing purposes. */ |
| | | private String alertDescription; |
| | | |
| | | // The alert type used for testing purposes. |
| | | /** The alert type used for testing purposes. */ |
| | | private String alertType; |
| | | |
| | | |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public DN getComponentEntryDN() |
| | | { |
| | | return configEntryDN; |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public String getClassName() |
| | | { |
| | | return CLASS_NAME; |
| | |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | /** {@inheritDoc} */ |
| | | public LinkedHashMap<String,String> getAlerts() |
| | | { |
| | | LinkedHashMap<String,String> alerts = new LinkedHashMap<String,String>(); |