Interface Service


  • public interface Service
    • Method Detail

      • getValueProvider

        ValueProvider getValueProvider()
        Returns:
        ValueProvider giving access to the underlying object providing the values
      • getChildServices

        Service[] getChildServices()
        Returns:
        an array of child Services. If there are no child services, an empty array is returned
      • closeValueProvider

        void closeValueProvider​(boolean closeChildServices)
        Closing a valueprovider means that the underlying value provider might be closed after calling this method, though this is up to the implementation.
        Parameters:
        closeChildServices -