public abstract class TransactionalDataRegionAdapter extends BasicRegionAdapter implements TransactionalDataRegion
Modifier and Type | Field and Description |
---|---|
protected CacheDataDescription |
metadata |
currentView, internalFqn, invalidateState, invalidationMutex, ITEM, jbcCache, log, memberId, optimistic, regionFqn, regionName, regionRoot, regionRootMutex, replication, transactionManager
Constructor and Description |
---|
TransactionalDataRegionAdapter(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata) |
Modifier and Type | Method and Description |
---|---|
CacheDataDescription |
getCacheDataDescription() |
boolean |
isTransactionAware()
Here, for JBossCache, we consider the cache to be transaction aware if
the underlying cache instance has a reference to the transaction manager.
|
activateLocalClusterNode, checkValid, contains, createRegionFqn, deactivateLocalNode, destroy, ensureRegionRootExists, escapeRegionName, getCacheInstance, getElementCountInMemory, getElementCountOnDisk, getMemberId, getName, getNonLockingDataVersionOption, getRegionFqn, getSizeInMemory, getTimeout, getTypeFirstRegionFqn, getTypeLastRegionFqn, handleEvictAllInvalidation, handleEvictAllModification, nextTimestamp, nodeInvalidated, nodeModified, resume, suspend, suspendAndGet, toMap, viewChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
protected final CacheDataDescription metadata
public TransactionalDataRegionAdapter(org.jboss.cache.Cache jbcCache, String regionName, String regionPrefix, CacheDataDescription metadata)
public boolean isTransactionAware()
isTransactionAware
in interface TransactionalDataRegion
public CacheDataDescription getCacheDataDescription()
getCacheDataDescription
in interface TransactionalDataRegion
Copyright © 2002-2013 Red Hat Middleware, LLC. All Rights Reserved