Apache Abdera API

Uses of Interface
org.apache.abdera.protocol.server.Transactional

Packages that use Transactional
org.apache.abdera.protocol.server.adapters.couchdb   
org.apache.abdera.protocol.server.adapters.filesystem   
org.apache.abdera.protocol.server.adapters.ibatis   
org.apache.abdera.protocol.server.adapters.jcr   
org.apache.abdera.protocol.server.impl   
org.apache.abdera.protocol.server.provider.basic   
org.apache.abdera.protocol.server.provider.managed   
 

Uses of Transactional in org.apache.abdera.protocol.server.adapters.couchdb
 

Classes in org.apache.abdera.protocol.server.adapters.couchdb that implement Transactional
 class CouchDbAdapter
          The CouchDB Adapter uses a CouchDB database as the backend storage for an Atompub Collection.
 

Uses of Transactional in org.apache.abdera.protocol.server.adapters.filesystem
 

Classes in org.apache.abdera.protocol.server.adapters.filesystem that implement Transactional
 class FilesystemAdapter
          Simple Filesystem Adapter that uses a local directory to store Atompub collection entries.
 

Uses of Transactional in org.apache.abdera.protocol.server.adapters.ibatis
 

Classes in org.apache.abdera.protocol.server.adapters.ibatis that implement Transactional
 class IBatisCollectionAdapter
          Adapter that uses IBatis and a database to store Atompub collection entries.
 

Uses of Transactional in org.apache.abdera.protocol.server.adapters.jcr
 

Classes in org.apache.abdera.protocol.server.adapters.jcr that implement Transactional
 class JcrCollectionAdapter
          Adapter implementation that uses a JCR Repository to store Atompub collection entries.
 

Uses of Transactional in org.apache.abdera.protocol.server.impl
 

Classes in org.apache.abdera.protocol.server.impl that implement Transactional
 class org.apache.abdera.protocol.server.impl.AbstractCollectionAdapter
           
 class org.apache.abdera.protocol.server.impl.AbstractEntityCollectionAdapter<T>
           
 

Uses of Transactional in org.apache.abdera.protocol.server.provider.basic
 

Classes in org.apache.abdera.protocol.server.provider.basic that implement Transactional
 class BasicAdapter
          The BasicAdapter provides a simplistic interface for working with Atompub collections with a restricted set of options/features.
 

Uses of Transactional in org.apache.abdera.protocol.server.provider.managed
 

Classes in org.apache.abdera.protocol.server.provider.managed that implement Transactional
 class ManagedCollectionAdapter
           
 


Apache Abdera API

Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.