Package jsl.modeling.queue
-
Interface Summary Interface Description QObjectSelectionRuleIfc<T extends QObject> QueueListenerIfc<T extends QObject> This interface should be implemented by classes that need to be notified when an object gets enqueued or when the object gets removed (via removeNext()) on a queue -
Class Summary Class Description QObject QObject can be used as a base class for objects that need to be placed in queues on a regular basis.Queue<T extends QObject> The Queue class provides the ability to hold entities (QObjects) within the model.QueueResponse<T extends QObject> -
Enum Summary Enum Description Queue.Discipline Queue.Status ENQUEUED indicates that something was just enqueued DEQUEUED indicates that something was just dequeued