| | |
| | | * of the entry containers. |
| | | */ |
| | | public class RootContainer |
| | | implements org.opends.server.backends.pluggable.RootContainer<EntryContainer>, |
| | | ConfigurationChangeListener<LocalDBBackendCfg> |
| | | implements ConfigurationChangeListener<LocalDBBackendCfg> |
| | | { |
| | | private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); |
| | | |
| | |
| | | return entryContainers.values(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public Map<DN, EntryContainer> getSuffixContainers() |
| | | { |
| | | return entryContainers; |
| | | } |
| | | |
| | | /** |
| | | * Returns all the baseDNs this root container stores. |
| | | * |