Package ibspan.tss.agents.sha.history

Imlementation of 'storing user request' feature.

See:
          Description

Interface Summary
NewEventHandler This simple interface suppose to handle with new Event coming.
 

Class Summary
HistoryLogger Logs user requests, which occurs during session, in persistent store by using given DAO for History model.
HistorySubscriptionManager This class deals with the registration/deregistration of subscriptions for packs of events, delegated to it by SubscriptionManager object and creates notifications containing information about new events., when required by HistoryLogger.
 

Package ibspan.tss.agents.sha.history Description

Imlementation of 'storing user request' feature. This feature mean possibility to log user request into database and provides these data to other agents.