J - The job type.DJ - The delegate-job type.public static interface AbstractSimQueueComposite.RealDelegateJobMapper<J extends SimJob,DJ extends SimJob>
| Modifier and Type | Method and Description |
|---|---|
DJ |
getDelegateJob(J realJob)
Returns the delegate job for a real job.
|
J |
getRealJob(DJ delegateJob)
Returns the real job for a delegate job.
|
DJ getDelegateJob(J realJob)
realJob - The real job.IllegalArgumentException - If the real job argument is null or not found.J getRealJob(DJ delegateJob)
delegateJob - The delegate job.IllegalArgumentException - If the delegate job argument is null or not found.Copyright © 2018. All rights reserved.