Uses of Interface
org.apache.commons.transaction.memory.MapFactory

Packages that use MapFactory
org.apache.commons.transaction.memory   
 

Uses of MapFactory in org.apache.commons.transaction.memory
 

Classes in org.apache.commons.transaction.memory that implement MapFactory
 class HashMapFactory
          Default map factory implementation creating HashMaps.
 

Fields in org.apache.commons.transaction.memory declared as MapFactory
protected  MapFactory TransactionalMapWrapper.mapFactory
          Factory to be used to create temporary maps for transactions.
 

Constructors in org.apache.commons.transaction.memory with parameters of type MapFactory
PessimisticMapWrapper(java.util.Map wrapped, MapFactory mapFactory, SetFactory setFactory, LoggerFacade logger)
          Creates a new pessimistic transactional map wrapper.
OptimisticMapWrapper(java.util.Map wrapped, MapFactory mapFactory, SetFactory setFactory)
          Creates a new optimistic transactional map wrapper.
OptimisticMapWrapper(java.util.Map wrapped, MapFactory mapFactory, SetFactory setFactory, LoggerFacade logger)
          Creates a new optimistic transactional map wrapper.
TransactionalMapWrapper(java.util.Map wrapped, MapFactory mapFactory, SetFactory setFactory)
          Creates a new transactional map wrapper.
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.