Interface IRegistryView

    • Method Detail

      • getQuerySpecificationFQNs

        java.util.Set<java.lang.String> getQuerySpecificationFQNs()
        Returns:
        the set of FQNs for the query specifications in the view
      • hasQuerySpecificationFQN

        boolean hasQuerySpecificationFQN​(java.lang.String fullyQualifiedName)
        Parameters:
        fullyQualifiedName - that is looked up in the view
        Returns:
        true if the view contains an entry with given FQN, false otherwise
      • getEntries

        java.util.Set<IQuerySpecificationRegistryEntry> getEntries​(java.lang.String fullyQualifiedName)
        Parameters:
        fullyQualifiedName - of the entries that are requested
        Returns:
        the possible empty set of entries with the given FQN
      • addViewListener

        void addViewListener​(IQuerySpecificationRegistryChangeListener listener)
        Adds a listener to the view that will be notified when an entry is added to or removed from the view.
        Parameters:
        listener - that is added