Uses of Package
ibspan.tss.dao

Packages that use ibspan.tss.dao
ibspan.tss.agents.sha SessionHandlingAgent implementation. 
ibspan.tss.agents.sha.history Imlementation of 'storing user request' feature. 
ibspan.tss.dao Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem. 
 

Classes in ibspan.tss.dao used by ibspan.tss.agents.sha
HistoryDAO
          Data Access Object providing nice interface to model with history.
UsersDAO
          Data Access Object providing nice interface to model with users accounts.
 

Classes in ibspan.tss.dao used by ibspan.tss.agents.sha.history
HistoryDAO
          Data Access Object providing nice interface to model with history.
 

Classes in ibspan.tss.dao used by ibspan.tss.dao
DAOException
          Returns when there is a problem with intializing or accessing particular Data Access Object.
UserAlreadyKnownException
          Thrown when trying to create account for the user with existing name or login name.