| | |
| | | |
| | | |
| | | import static org.opends.server.loggers.ErrorLogger.*; |
| | | import org.forgerock.i18n.slf4j.LocalizedLogger; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | | import java.util.ArrayList; |
| | |
| | | */ |
| | | public class EntryCacheCommon |
| | | { |
| | | |
| | | private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); |
| | | |
| | | /** |
| | | * Configuration phases. Each value identifies a configuration step: |
| | | * - PHASE_INIT when invoking method initializeEntryCache() |
| | |
| | | { |
| | | case PHASE_INIT: |
| | | { |
| | | logError (error); |
| | | logger.error(error); |
| | | break; |
| | | } |
| | | case PHASE_ACCEPTABLE: |