Package ome.services.throttling
Class Slot
- java.lang.Object
-
- ome.services.throttling.Slot
-
- All Implemented Interfaces:
java.lang.Runnable
public class Slot extends java.lang.Object implements java.lang.Runnable
Worker which consumes from theQueue
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
Slot
public Slot(Queue q)
-
-