| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.composite.enc |
Encapsulator queueing system.
|
| Modifier and Type | Method and Description |
|---|---|
EncXM.MappableExitMethod |
EncXM.getAutoRevocationMapping()
Returns the mapping of auto-revocations on the encapsulated queue.
|
EncXM.MappableExitMethod |
EncXM.getDepartureMapping()
Returns the mapping of departures on the encapsulated queue.
|
EncXM.MappableExitMethod |
EncXM.getDropMapping()
Returns the mapping of job drops on the encapsulated queue.
|
static EncXM.MappableExitMethod |
EncXM.MappableExitMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncXM.MappableExitMethod[] |
EncXM.MappableExitMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EncXM(org.javades.jsimulation.r5.SimEventList eventList,
DQ queue,
EncXM.MappableExitMethod dropMapping,
EncXM.MappableExitMethod autoRevocationMapping,
EncXM.MappableExitMethod departureMapping,
DelegateSimJobFactory delegateSimJobFactory)
Creates an encapsulator queue with options to change the ways in which a job exits the queue,
given an event list and a queue.
|
Copyright © 2018. All rights reserved.