Package sky.common.session

The SAF controller (SkyServlet.sky or SkyServlet.java) uses classes within this package to monitor and track end-user activity.

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.
 

Package sky.common.session Description

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.