Uses of Class
org.apache.manifoldcf.core.cachemanager.CacheManager.CacheTransactionHandle
-
Packages that use CacheManager.CacheTransactionHandle Package Description org.apache.manifoldcf.core.cachemanager -
-
Uses of CacheManager.CacheTransactionHandle in org.apache.manifoldcf.core.cachemanager
Fields in org.apache.manifoldcf.core.cachemanager declared as CacheManager.CacheTransactionHandle Modifier and Type Field Description protected CacheManager.CacheTransactionHandleCacheManager.CacheTransactionHandle. parentTransactionMethods in org.apache.manifoldcf.core.cachemanager that return CacheManager.CacheTransactionHandle Modifier and Type Method Description CacheManager.CacheTransactionHandleCacheManager.CacheTransactionHandle. getParentTransaction()Get parent transaction.Constructors in org.apache.manifoldcf.core.cachemanager with parameters of type CacheManager.CacheTransactionHandle Constructor Description CacheTransactionHandle(CacheManager.CacheTransactionHandle parentTransaction)Constructor.
-