Uses of Interface
org.objectweb.jac.aspects.distrans.persistence.PersistenceItf

Packages that use PersistenceItf
org.objectweb.jac.aspects.distrans.persistence Provides an aspect that allows to define persistent data for a distributed transaction.  
 

Uses of PersistenceItf in org.objectweb.jac.aspects.distrans.persistence
 

Classes in org.objectweb.jac.aspects.distrans.persistence that implement PersistenceItf
 class SimpleDbPersistence
          Basic transaction-enabled persistence storage.
 

Constructors in org.objectweb.jac.aspects.distrans.persistence with parameters of type PersistenceItf
ReadWrapper(AspectComponent ac, PersistenceItf storage, org.enhydra.jdbc.standard.StandardXADataSource ds)
           
WriteWrapper(AspectComponent ac, PersistenceItf storage, org.enhydra.jdbc.standard.StandardXADataSource ds)