Uses of Interface
fr.dyade.aaa.util.Repository

Packages that use Repository
fr.dyade.aaa.util   
 

Uses of Repository in fr.dyade.aaa.util
 

Classes in fr.dyade.aaa.util that implement Repository
(package private)  class DBRepository
          This class allows to use a database through JDBC as repository with the NTransaction module.
(package private)  class FileRepository
          This class allows to use a filesystem directory as repository with the NTransaction module.
(package private)  class MySqlDBRepository
          This class allows to use a MySQL database as repository with the NTransaction module.
 

Fields in fr.dyade.aaa.util declared as Repository
(package private)  Repository NTransaction.repository
           
private  Repository NTransaction.LogFile.repository
           
(package private)  Repository NGTransaction.repository
           
private  Repository NGTransaction.LogManager.repository
           
 

Constructors in fr.dyade.aaa.util with parameters of type Repository
NGTransaction.LogManager(java.io.File dir, Repository repository)
           
NTransaction.LogFile(java.io.File dir, Repository repository)
           
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.