Uses of Class
ibspan.tss.dao.HistoryDAO

Packages that use HistoryDAO
ibspan.tss.agents.sha SessionHandlingAgent implementation. 
ibspan.tss.agents.sha.history Imlementation of 'storing user request' feature. 
 

Uses of HistoryDAO in ibspan.tss.agents.sha
 

Methods in ibspan.tss.agents.sha that return HistoryDAO
 HistoryDAO SessionHandlingAgent.getHistoryDAO()
           
 

Uses of HistoryDAO in ibspan.tss.agents.sha.history
 

Constructors in ibspan.tss.agents.sha.history with parameters of type HistoryDAO
HistoryLogger(HistoryDAO daoHistory, NewEventHandler handler)
          Constructs HistoryLogger.
HistorySubscriptionManager(Agent a, HistoryDAO daoHistory)
          Constructs HistorySubscriptionManger belongs to.