Uses of Package
ibspan.tss.agents.sha.history

Packages that use ibspan.tss.agents.sha.history
ibspan.tss.agents.sha SessionHandlingAgent implementation. 
ibspan.tss.agents.sha.history Imlementation of 'storing user request' feature. 
ibspan.tss.agents.sha.session Realization of 'session tracking' feature, together with 'access authorization' feature. 
 

Classes in ibspan.tss.agents.sha.history used by ibspan.tss.agents.sha
HistoryLogger
          Logs user requests, which occurs during session, in persistent store by using given DAO for History model.
 

Classes in ibspan.tss.agents.sha.history used by ibspan.tss.agents.sha.history
NewEventHandler
          This simple interface suppose to handle with new Event coming.
 

Classes in ibspan.tss.agents.sha.history used by ibspan.tss.agents.sha.session
HistoryLogger
          Logs user requests, which occurs during session, in persistent store by using given DAO for History model.