Package | Description |
---|---|
org.apache.commons.transaction.memory |
Modifier and Type | Class and Description |
---|---|
class |
HashMapFactory
Default map factory implementation creating
HashMap s. |
Modifier and Type | Field and Description |
---|---|
protected MapFactory |
TransactionalMapWrapper.mapFactory
Factory to be used to create temporary maps for transactions.
|
Constructor and Description |
---|
OptimisticMapWrapper(Map wrapped,
MapFactory mapFactory,
SetFactory setFactory)
Creates a new optimistic transactional map wrapper.
|
OptimisticMapWrapper(Map wrapped,
MapFactory mapFactory,
SetFactory setFactory,
LoggerFacade logger)
Creates a new optimistic transactional map wrapper.
|
PessimisticMapWrapper(Map wrapped,
MapFactory mapFactory,
SetFactory setFactory,
LoggerFacade logger)
Creates a new pessimistic transactional map wrapper.
|
TransactionalMapWrapper(Map wrapped,
MapFactory mapFactory,
SetFactory setFactory)
Creates a new transactional map wrapper.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.