Package | Description |
---|---|
net.sf.ehcache.transaction |
This package contains classes for controlling cache operations for transactional use.
|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadLockException
This exception is thrown when a deadlock between two transactions is detected
|
class |
TransactionIDNotFoundException
This exception is used when a transaction ID suddenly disappeared when trying to update its state.
|
class |
TransactionInterruptedException
This exception is thrown when a transactional operation got interrupted
via Thread.interrupt
|
class |
TransactionTimeoutException
This exception is thrown when a transactional operation times out
|
Modifier and Type | Class and Description |
---|---|
class |
OptimisticLockFailureException
This exception is used internally when an optimistic lock failed, ie:
when the expected previous value is not found at commit time.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.