SimQueue) and jobs (SimJob).See: Description
| Interface | Description |
|---|---|
| SimJQListener<J extends SimJob,Q extends SimQueue> | |
| SimJQOperation<J extends SimJob,Q extends SimQueue,O extends SimEntityOperation,Req extends SimEntityOperation.Request,Rep extends SimEntityOperation.Reply> |
The definition of an operation on a
SimQueue and/or a {SimJob}. |
| SimJQSimpleEventType | |
| SimQoS<J extends SimJob,Q extends SimQueue> |
A (tagging interface for a)
SimEntity with QoS support. |
| Class | Description |
|---|---|
| AbstractSimJQ<J extends SimJob,Q extends SimQueue> | |
| SimJQEvent<J extends SimJob,Q extends SimQueue> |
A
SimEvent for a SimEntity operation on (both) jobs and queues. |
| SimJQEvent.Arrival<J extends SimJob,Q extends SimQueue> |
An arrival
SimEvent of a job at a queue. |
| SimJQEvent.AutoRevocation<J extends SimJob,Q extends SimQueue> |
An auto-revocation
SimEvent of a job at a queue. |
| SimJQEvent.Departure<J extends SimJob,Q extends SimQueue> |
A departure
SimEvent of a job at a queue. |
| SimJQEvent.Drop<J extends SimJob,Q extends SimQueue> |
A drop
SimEvent of a job at a queue. |
| SimJQEvent.Revocation<J extends SimJob,Q extends SimQueue> |
A revocation
SimEvent (request) of a job at a queue. |
| SimJQEvent.Start<J extends SimJob,Q extends SimQueue> |
A start
SimEvent of a job at a queue. |
| SimJQEventScheduler |
A utility class capable of scheduling
SimJQEvents on an event list. |
| SimJQOperation.Arrival |
The arrival operation on a
SimQueue. |
| SimJQOperation.ArrivalReply |
A reply for the arrival operation
SimJQOperation.Arrival. |
| SimJQOperation.ArrivalRequest |
A request for the arrival operation
SimJQOperation.Arrival. |
| SimJQOperation.RequestJ<O extends SimEntityOperation,Req extends SimJQOperation.RequestJ> |
A request for an operation that requires (only) a job argument.
|
| SimJQOperation.RequestJAndOrQ<O extends SimEntityOperation,Req extends SimJQOperation.RequestJAndOrQ> |
A request of an operation on a
SimQueue and/or a {SimJob}. |
| SimJQOperation.RequestJQ<O extends SimEntityOperation,Req extends SimJQOperation.RequestJQ> |
A request for an operation that requires a job and a queue argument.
|
| SimJQOperation.RequestQ<O extends SimEntityOperation,Req extends SimJQOperation.RequestQ> |
A request for an operation that requires (only) a queue argument.
|
| SimJQOperation.Revocation |
The revocation operation on a
SimQueue. |
| SimJQOperation.RevocationReply |
A reply for the revocation operation
SimJQOperation.Revocation. |
| SimJQOperation.RevocationRequest |
A request for the revocation operation
SimJQOperation.Revocation. |
SimQueue) and jobs (SimJob).
Copyright © 2018. All rights reserved.