Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Net.sf.ehcache.transaction Classes and Interfaces - 64 results found.
NameDescriptionTypePackageFramework
AbstractSoftLockManagerAn abstract map backed soft lock manager.Classnet.sf.ehcache.transactionEHCache
AbstractStoreCommandClassnet.sf.ehcache.transaction.xa.commandsEHCache
AbstractTransactionIDFactoryAn abstract map backed transaction id factory.Classnet.sf.ehcache.transactionEHCache
AbstractTransactionStoreAbstract transactional store which provides implementation of all non-transactional methodsAuthor:Ludovic OrbanClassnet.sf.ehcache.transactionEHCache
AtomikosSelectorA Selector for the Atomikos transaction manager.Classnet.sf.ehcache.transaction.manager.selectorEHCache
BitronixSelectorA Selector for the Bitronix Transaction Manager.Classnet.sf.ehcache.transaction.manager.selectorEHCache
ClassSelectorAbstract selector for instanciating a classAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.manager.selectorEHCache
CommandInterfacenet.sf.ehcache.transaction.xa.commandsEHCache
DeadLockExceptionThis exception is thrown when a deadlock between two transactions is detectedAuthor:Ludovic OrbanSee Also:Serialized FormClassnet.sf.ehcache.transactionEHCache
Decisionenum Decisionextends EnumThe decision types a Transaction ID can be inClassnet.sf.ehcache.transactionEHCache
DefaultTransactionManagerLookupDefault TransactionManagerLookup implementation, that will be used by an initializing Cache should the user have not specified otherwise.Classnet.sf.ehcache.transaction.managerEHCache
DelegatingTransactionIDFactoryA TransactionIDFactory implementation with delegates calls to either a clustered or non-clustered factoryClassnet.sf.ehcache.transactionEHCache
EhcacheXAExceptionSmall extension to the XAException defined in the JTA specification, to that the errorCode is provided when instantiating the Exception thrownClassnet.sf.ehcache.transaction.xaEHCache
EhcacheXAResourceEhcacheXAResource represents an Ehcache instance.Interfacenet.sf.ehcache.transaction.xaEHCache
EhcacheXAResourceImplThe EhcacheXAResource implementationAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.xaEHCache
ExpiredTransactionIDImplClassnet.sf.ehcache.transactionEHCache
ExpiredXidTransactionIDImplClassnet.sf.ehcache.transaction.xaEHCache
FactorySelectorAbstract selector for calling a factory methodAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.manager.selectorEHCache
GenericJndiSelectorA generic selector for looking up any transaction manager under the java:/TransactionManager JNDI nameAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.manager.selectorEHCache
GlassfishSelectorA selector for the Glassfish Server's JTA transaction managerAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.manager.selectorEHCache
JndiSelectorAbstract selector performing JNDI lookupAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.manager.selectorEHCache
JtaLocalTransactionStoreA Store implementation with support for local transactions driven by a JTA transaction managerAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.localEHCache
LocalRecoveryManagerThe local transactions mode recovery manager which is used to trigger full recovery of all caches configured with local transaction mode.Classnet.sf.ehcache.transaction.localEHCache
LocalTransactionContextA local transaction's thread contextAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.localEHCache
LocalTransactionStoreA Store implementation with support for local transactionsAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.localEHCache
NullSelectorA selector that always returns a null transaction managerAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.manager.selectorEHCache
OptimisticLockFailureExceptionThis exception is used internally when an optimistic lock failed, ie: when the expected previous value is not found at commit time.Classnet.sf.ehcache.transaction.xaEHCache
ReadCommittedSoftLockFactoryA factory of read-committed soft locks.Classnet.sf.ehcache.transactionEHCache
ReadCommittedSoftLockImplA SoftLock implementation with Read-Committed isolation levelAuthor:Ludovic OrbanClassnet.sf.ehcache.transactionEHCache
SelectorAbstract class which is used to do various things related to JTA transaction managers, like looking them up, registering XAResources for recovery.Classnet.sf.ehcache.transaction.manager.selectorEHCache
SerializableXidClassnet.sf.ehcache.transaction.xaEHCache
SoftLockA soft lock is used to lock elements in transactional storesAuthor:Ludovic OrbanInterfacenet.sf.ehcache.transactionEHCache
SoftLockFactoryA factory of soft-locks supporting a specific isolation level.Interfacenet.sf.ehcache.transactionEHCache
SoftLockHelperA helper class containing the logic to commit or rollback a soft lock in a store.Classnet.sf.ehcache.transactionEHCache
SoftLockIDA soft lock ID is used to uniquely identify a soft lockAuthor:Ludovic OrbanSee Also:Serialized FormClassnet.sf.ehcache.transactionEHCache
SoftLockManagerA factory for SoftLocksAuthor:Ludovic OrbanInterfacenet.sf.ehcache.transactionEHCache
SoftLockManagerImplA SoftLockFactory implementation which creates soft locks with Read-Committed isolation levelAuthor:Ludovic OrbanClassnet.sf.ehcache.transactionEHCache
StorePutCommandRepresents a Store.Classnet.sf.ehcache.transaction.xa.commandsEHCache
StoreRemoveCommandRepresents a remove operation to be executed on a Store.Classnet.sf.ehcache.transaction.xa.commandsEHCache
TransactionAwareAttributeExtractorUsed to extract a search attribute value from an element in a transactional store.Classnet.sf.ehcache.transactionEHCache
TransactionControllerTransactionController is used to begin, commit and rollback local transactionsAuthor:Ludovic OrbanClassnet.sf.ehcacheEHCache
TransactionExceptionInstances of this class or its subclasses are thrown when an error happen in the transaction subsystemClassnet.sf.ehcache.transactionEHCache
TransactionIDInterfacenet.sf.ehcache.transactionEHCache
TransactionIDFactoryA factory for transaction IDs.Interfacenet.sf.ehcache.transactionEHCache
TransactionIDFactoryImplA TransactionIDFactory implementation with uniqueness across a single JVMAuthor:Ludovic OrbanClassnet.sf.ehcache.transactionEHCache
TransactionIDImplA transaction ID implementation with uniqueness across a single JVMAuthor:Ludovic OrbanSee Also:Serialized FormClassnet.sf.ehcache.transactionEHCache
TransactionIDNotFoundExceptionThis exception is used when a transaction ID suddenly disappeared when trying to update its state.Classnet.sf.ehcache.transactionEHCache
TransactionIDSerializedFormA replacement serialized form for transaction IDs.Classnet.sf.ehcache.transactionEHCache
TransactionInterruptedExceptionThis exception is thrown when a transactional operation got interrupted via Thread.Classnet.sf.ehcache.transactionEHCache
TransactionListenerA listener interface to get called back when a transaction is being terminatedAuthor:Ludovic OrbanInterfacenet.sf.ehcache.transaction.localEHCache
TransactionManagerLookupInterface to enable a XA transactional cache to access the JTA TransactionManager.Interfacenet.sf.ehcache.transaction.managerEHCache
TransactionTimeoutExceptionThis exception is thrown when a transactional operation times outAuthor:Ludovic OrbanSee Also:Serialized FormClassnet.sf.ehcache.transactionEHCache
WeblogicSelectorA Selector for the Weblogic Server's JTA transaction managerAuthor:Ludovic OrbanClassnet.sf.ehcache.transaction.manager.selectorEHCache
XAExecutionListenerListener interface which provides callback hooks for listening to the 2PC lifecycleAuthor:Ludovic OrbanInterfacenet.sf.ehcache.transaction.xaEHCache
XARequestClassnet.sf.ehcache.transaction.xa.processorEHCache
XARequest .RequestTypeClassnet.sf.ehcache.transaction.xa.processor.XARequestEHCache
XARequestProcessorDefault implementation for XARequestProcessor.Classnet.sf.ehcache.transaction.xa.processorEHCache
XAThreadPoolFast and minimalistic thread pool from which threads can be reserved and used many times until they are manually released.Classnet.sf.ehcache.transaction.xa.processorEHCache
XAThreadPool .MultiRunnerClassnet.sf.ehcache.transaction.xa.processor.XAThreadPoolEHCache
XATransactionContextAn XATransactionContext represents the data local to a Transaction that involves a transactional Cache.Classnet.sf.ehcache.transaction.xaEHCache
XATransactionStoreClassnet.sf.ehcache.transaction.xaEHCache
XidTransactionIDA special TransactionID using a XID internallyAuthor:Ludovic OrbanInterfacenet.sf.ehcache.transaction.xaEHCache
XidTransactionIDImplClassnet.sf.ehcache.transaction.xaEHCache
XidTransactionIDSerializedFormA replacement serialized form for XID transaction IDs.Classnet.sf.ehcache.transactionEHCache