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, viewChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMapprotected final CacheDataDescription metadata
public TransactionalDataRegionAdapter(org.jboss.cache.Cache jbcCache,
String regionName,
String regionPrefix,
CacheDataDescription metadata)
public boolean isTransactionAware()
isTransactionAware in interface TransactionalDataRegionpublic CacheDataDescription getCacheDataDescription()
getCacheDataDescription in interface TransactionalDataRegionCopyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved