Class UpdateAllJob

java.lang.Object
edu.ucsb.cs.scaffold.jobs.UpdateAllJob
All Implemented Interfaces:
edu.ucsb.cs156.jobs.services.JobContextConsumer

public class UpdateAllJob extends Object implements edu.ucsb.cs156.jobs.services.JobContextConsumer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(edu.ucsb.cs156.jobs.services.JobContext ctx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface edu.ucsb.cs156.jobs.services.JobContextConsumer

    getJobName, getScopeId, getScopeType
  • Constructor Details

    • UpdateAllJob

      public UpdateAllJob()
  • Method Details

    • accept

      public void accept(edu.ucsb.cs156.jobs.services.JobContext ctx) throws Exception
      Specified by:
      accept in interface edu.ucsb.cs156.jobs.services.JobContextConsumer
      Throws:
      Exception