| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS |
| | | */ |
| | | package org.opends.server.api; |
| | | import org.opends.messages.Message; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | |
| | | |
| | | |
| | |
| | | */ |
| | | public boolean isConfigurationAcceptable( |
| | | AlertHandlerCfg configuration, |
| | | List<Message> unacceptableReasons); |
| | | List<LocalizableMessage> unacceptableReasons); |
| | | |
| | | |
| | | |
| | |
| | | */ |
| | | public void sendAlertNotification(AlertGenerator generator, |
| | | String alertType, |
| | | Message alertMessage); |
| | | LocalizableMessage alertMessage); |
| | | } |
| | | |