org.sakaiproject.event.impl |
|
Java Source File Name | Type | Comment |
BaseEventTrackingService.java | Class |
BaseEventTrackingService is the base implmentation for the EventTracking service. |
BaseNotificationService.java | Class |
BaseNotificationService ... |
BasicEventTracking.java | Class |
BasicEventTracking is a basic implementation of the EventTracking service. |
ClusterEventTracking.java | Class |
ClusterEventTracking is the implmentation for the EventTracking service for use in a clustered multi-app server configuration.
Events are backed in the cluster database, and this database is polled to read and process locally events posted by the other cluster members. |
DbNotificationService.java | Class |
DbNotificationService is ... |
EventTrackingTest.java | Class |
EventTrackingTest extends the cluster event tracking service providing the dependency injectors for testing. |
NotificationCache.java | Class |
A Cache of objects with keys with a limited lifespan.
When the object expires, the cache calls upon a CacheRefresher to update the key's value. |
NotificationServiceTest.java | Class |
NotificationServiceTest extends the db alias service providing the dependency injectors for testing. |
SessionServiceAdaptorTest.java | Class |
SessionServiceAdaptorTest extends the db alias service providing the dependency injectors for testing. |
UsageSessionServiceAdaptor.java | Class |
UsageSessionServiceAdaptor implements the UsageSessionService. |