Interface UpdateCheckInstance

    • Method Detail

      • getType

        int getType()
        returns one of the above UCI_ constants
        Returns:
      • getName

        java.lang.String getName()
        returns the name supplied when the instance was created (or "" if it wasn't)
        Returns:
      • start

        void start()
      • cancel

        void cancel()
      • isCancelled

        boolean isCancelled()
      • getUpdates

        Update[] getUpdates()
      • addUpdatableComponent

        void addUpdatableComponent​(UpdatableComponent component,
                                   boolean mandatory)
        Add a further updatable component to this instance. Must be called before the check process is started
        Parameters:
        component -
        mandatory -
      • getManager

        UpdateManager getManager()
        Access to the update manager
        Returns:
      • setAutomatic

        void setAutomatic​(boolean automatic)
      • isAutomatic

        boolean isAutomatic()
      • setLowNoise

        void setLowNoise​(boolean low_noise)
      • isLowNoise

        boolean isLowNoise()
      • isCompleteOrCancelled

        boolean isCompleteOrCancelled()
      • getProperty

        java.lang.Object getProperty​(int property_name)
      • setProperty

        void setProperty​(int property_name,
                         java.lang.Object value)