| | |
| | | logger.info(NOTE_BACKEND_OFFLINE, cfg.getBackendId()); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public boolean isLocal() |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | |
| | | |
| | | /** {@inheritDoc} */ |
| | |
| | | * |
| | | * @return The RootContainer object currently used by this backend. |
| | | */ |
| | | public RootContainer getRootContainer() |
| | | public final RootContainer getRootContainer() |
| | | { |
| | | return rootContainer; |
| | | } |
| | |
| | | * that is not related to the server |
| | | * configuration. |
| | | */ |
| | | public RootContainer getReadOnlyRootContainer() |
| | | private final RootContainer getReadOnlyRootContainer() |
| | | throws ConfigException, InitializationException |
| | | { |
| | | return initializeRootContainer(); |