Class PushBufferToRJob
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.measurement.r.jobs.PushBufferToRJob
-
-
Constructor Summary
Constructors Constructor Description PushBufferToRJob(Buffer buffer, int bufferNumber)
-
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.
-
-
-
Constructor Detail
-
PushBufferToRJob
public PushBufferToRJob(Buffer buffer, int bufferNumber)
-
-
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
.
-
-