Interface IBmNamespaceDataStore


  • public interface IBmNamespaceDataStore
    Namespace data store handle.
    • Method Detail

      • getName

        String getName()
        Gets the name of the store.
        Returns:
        the name of the store. Never null.
      • isReadOnly

        boolean isReadOnly()
        Checks if the store is for read-access only.
        Returns:
        true if the store is for read-access only, false otherwise.
      • isExternal

        boolean isExternal()
        Checks if the store is external.
        Returns:
        true if the store is external, false otherwise.