Package | Description |
---|---|
com.neurosys.q.domain | |
com.neurosys.q.service | |
com.neurosys.q.user.service |
Modifier and Type | Interface and Description |
---|---|
interface |
Batch<T extends Token<T>>
|
interface |
Shift<T extends Token<T>>
A contextual and practical representation of a Queue.
A Shift associates context like who owns the shift, what time to what time, who all are working in it etc. |
Modifier and Type | Method and Description |
---|---|
TokenContainer<T> |
TokenPosition.getContainer() |
Modifier and Type | Method and Description |
---|---|
void |
TokenPosition.setContainer(TokenContainer<T> container) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAbstractTokenContainerService<T extends Token<T>,C extends TokenContainer<T>>
Common methods for any form of Token Container Service like
TokenManager and BatchService
Since this implements ChangeGenerator ; it will also generate Events of TypeBasicTokenEvent
|
interface |
TokenContainerService<T extends Token<T>,C extends TokenContainer<T>>
|
Modifier and Type | Method and Description |
---|---|
boolean |
QStrategy.allowAdd(TokenContainer<T> container,
List<T> tokens)
Business logic if we can allow a token to be added to the Q or not @ the
TokenManager stage
This should be called before a token is actually added to a Q. |
Modifier and Type | Class and Description |
---|---|
class |
UserInTokenContainerTrackerDefaultService<T extends Token<T>,U extends User,TC extends TokenContainer<T>>
Default impl for
UserInTokenContainerTrackerService |
interface |
UserInTokenContainerTrackerService<T extends Token<T>,U extends User,TC extends TokenContainer<T>>
Tracks
Consumer added to a TokenContainer |
Copyright © 2018. All rights reserved.