O - The operation type.Req - The request type (corresponding to the operation type).public abstract static class SimJQOperation.RequestJQ<O extends SimEntityOperation,Req extends SimJQOperation.RequestJQ> extends SimJQOperation.RequestJAndOrQ<O,Req>
null, and either one of them is the target entity.| Constructor and Description |
|---|
RequestJQ(SimJob job,
SimQueue queue)
Creates the request with the queue becoming the target entity.
|
RequestJQ(SimJob job,
SimQueue queue,
boolean jobIsTarget)
Creates the request, with choice of target-entity selection.
|
forJob, forJobAndQueue, forQueue, forTargetEntity, getJob, getQueuegetTargetEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOperationpublic RequestJQ(SimJob job, SimQueue queue, boolean jobIsTarget)
job - The job, non-null.queue - The queue, non-null.jobIsTarget - Whether the job (true) or the queue (false) is the target entity.IllegalArgumentException - If the job or queue is null.SimEntityOperation.RequestE.getTargetEntity()public RequestJQ(SimJob job, SimQueue queue)
job - The job, non-null.queue - The queue, non-null.IllegalArgumentException - If the job or queue is null.SimEntityOperation.RequestE.getTargetEntity()Copyright © 2018. All rights reserved.