Interface IBmNamespace


  • public interface IBmNamespace
    Namespace handle.
    • Method Detail

      • getName

        String getName()
        Gets the name of the namespace.
        Returns:
        the name of the namespace. Never null.
      • isActive

        boolean isActive()
        Checks if the namespace is active.
        Returns:
        true if the namespace is active, false otherwise.
      • getStore

        IBmNamespaceDataStore getStore()
        Gets the assigned store.
        Returns:
        the assigned store or null.