Package | Description |
---|---|
com.neurosys.q.service |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchService<B extends Batch<T>,T extends Token<T>>
A generic definitions on the operations that are supported on a
Batch |
interface |
ShiftService<S extends Shift<T>,V,P,T extends Token<T>>
Manage
Shift s |
interface |
TokenManager<T extends Token<T>,S extends Shift<T>,E extends TokenEvent<T>>
Manages the life cycle of the
Token and the interactions with the receiving part.The TokenManager maybe same or different from a TokenDispatcher in the sense that the Dispatcher is a centralized control system
while the Manager is the local manager of the Q in a de-centralized system. |
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
|
Copyright © 2018. All rights reserved.