Interface Job

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    ResolutionJob, UpgradeJob

    public interface Job
    extends java.lang.Runnable
    Author:
    Alex
    • Method Detail

      • run

        void run()
        run job
        Specified by:
        run in interface java.lang.Runnable
      • wasSuccessful

        boolean wasSuccessful()
        Returns:
        true if successful
      • getError

        java.lang.Exception getError()
        Returns:
        error
      • getStartedAt

        java.util.Date getStartedAt()
        Returns:
        date started at
      • getUid

        java.lang.String getUid()
        Returns:
        the uid
      • getType

        java.lang.String getType()
        Returns:
        type