public interface TransactionalDataRegion extends Region
Session.| Modifier and Type | Method and Description | 
|---|---|
| CacheDataDescription | getCacheDataDescription()Get the description of the type of data to be stored here, which would have been given to the RegionFactory
 when creating this region | 
| boolean | isTransactionAware()Is the underlying cache implementation aware of (and "participating in")
 ongoing JTA transactions?
 
 Regions which report that they are transaction-aware are considered
 "synchronous", in that we assume we can immediately (i.e. | 
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMapboolean isTransactionAware()
CacheDataDescription getCacheDataDescription()
Copyright © 2016 JBoss by Red Hat. All rights reserved.