Interface BinaryStoreManager

    • Method Detail

      • createBinaryStore

        BinaryStore createBinaryStore()
        Factory method: Returns a new BinaryStore.
        Returns:
        a new BinaryStore object
      • destroyBinaryStore

        void destroyBinaryStore​(BinaryStore store)
        Lifecycle method: Destroy a BinaryStore previously created by this manager.
        Parameters:
        store - a BinaryStore object previously created by this manager