| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.job.selflistening |
A self-listening job type and a factory for it.
|
| org.javades.jqueues.r5.entity.jq.job.visitslogging |
A job that logs its queue visits and a factory for it.
|
| org.javades.jqueues.r5.listener |
Various listener implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSelfListeningSimJob<J extends DefaultSelfListeningSimJob,Q extends SimQueue>
A
DefaultSimJob that listens to notifications from itself as a SimJobListener
and provides override-able methods for notifications. |
class |
DefaultSelfListeningSimJobQoS<J extends DefaultSelfListeningSimJobQoS,Q extends SimQueue,P extends Comparable>
A
DefaultSelfListeningSimJob with explicit QoS support. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVisitsLoggingSimJob<J extends DefaultVisitsLoggingSimJob,Q extends SimQueue>
|
class |
DefaultVisitsLoggingSimJobQoS<J extends DefaultVisitsLoggingSimJobQoS,Q extends SimQueue,P extends Comparable>
A
DefaultVisitsLoggingSimJob with explicit QoS support. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSimJobListener<J extends SimJob,Q extends SimQueue>
A
SimJobListener having empty implementations for all required methods to meet the interface. |
class |
StdOutSimJobListener<J extends SimJob,Q extends SimQueue>
A
SimJobListener logging events on System.out. |
Copyright © 2018. All rights reserved.