Class AbstractCatalogStore

    • Field Detail

      • isOpen

        protected boolean isOpen
        Catalog store state.
    • Constructor Detail

      • AbstractCatalogStore

        public AbstractCatalogStore()
    • Method Detail

      • open

        public void open()
        Opens the catalog store.
        Specified by:
        open in interface CatalogStore
      • close

        public void close()
        Closes the catalog store.
        Specified by:
        close in interface CatalogStore
      • checkOpenState

        protected void checkOpenState()
        Checks whether the catalog store is currently open.
        Throws:
        IllegalStateException - if the store is closed