|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| Event | An event identifies a perticular activity carried out by the end-user of a web application. |
| Session | Session is associated with a perticular user and acts as a container for events that were generated by the user as a result of interacting with the web application. |
| Tracker | Monitors various end-user sessions and activites. |
| Class Summary | |
| BaseEvent | Base implimentation of the Event interface. |
| BaseSession | Base implementation of the Session interface. |
| BaseTracker | This class keeps track of various user sessions that are initiated. |
The SAF controller (SkyServlet.sky or SkyServlet.java) uses classes within this package to monitor and track end-user activity. You can derive your own session tracking classes based on the classes and interfaces defined here.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||