Class FinalizeRProcessingJob
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.measurement.r.jobs.FinalizeRProcessingJob
-
- All Implemented Interfaces:
RJob
public class FinalizeRProcessingJob extends Object implements RJob
Enqueue this "poison pill" with aRJobProcessor
to shut down the processor.
-
-
Constructor Summary
Constructors Constructor Description FinalizeRProcessingJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
void
process(RContext context)
The work to be done by this job.
-
-
-
Method Detail
-
process
public void process(RContext context)
Description copied from interface:RJob
The work to be done by this job. Should only be called by anRJobProcessor
.
-
-