Package | Description |
---|---|
com.neurosys.q.dao | |
com.neurosys.q.domain | |
com.neurosys.q.notification.track.service | |
com.neurosys.q.service |
Modifier and Type | Interface and Description |
---|---|
interface |
ShiftDao<T extends Token<T>,S extends Shift<T>> |
Modifier and Type | Method and Description |
---|---|
<S extends Shift> |
Route.getShift() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTokenNotificationTrackerService.clearCount(Shift<T> shift) |
void |
TokenNotificationTrackerService.clearCount(Shift<T> shift) |
protected boolean |
DefaultTokenNotificationTrackerService.isKeyFor(String key,
Shift<T> shift) |
Modifier and Type | Interface and Description |
---|---|
interface |
ShiftService<S extends Shift<T>,V,P,T extends Token<T>>
Manage
Shift s |
interface |
ShiftsRegister<T extends Token<T>,S extends Shift<T>>
A register to store active Shifts etc.
|
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. |
Copyright © 2018. All rights reserved.