Uses of Class
net.sf.ehcache.transaction.TransactionIDImpl
-
Packages that use TransactionIDImpl Package Description net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. -
-
Uses of TransactionIDImpl in net.sf.ehcache.transaction
Subclasses of TransactionIDImpl in net.sf.ehcache.transaction Modifier and Type Class Description classExpiredTransactionIDImplConstructors in net.sf.ehcache.transaction with parameters of type TransactionIDImpl Constructor Description ExpiredTransactionIDImpl(TransactionIDImpl transactionId)Create an expired transaction IDTransactionIDImpl(TransactionIDImpl transactionId)Create a new TransactionIDImpl instance from an existing one
-