|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreparedContext | |
|---|---|
| net.sf.ehcache.transaction.xa | This package contains the functionality to provide XA support to a transactional Cache. |
| Uses of PreparedContext in net.sf.ehcache.transaction.xa |
|---|
| Classes in net.sf.ehcache.transaction.xa that implement PreparedContext | |
|---|---|
class |
PreparedContextImpl
|
| Fields in net.sf.ehcache.transaction.xa with type parameters of type PreparedContext | |
|---|---|
protected java.util.concurrent.ConcurrentMap<javax.transaction.xa.Xid,PreparedContext> |
EhcacheXAStoreImpl.prepareXids
protected for testing |
| Methods in net.sf.ehcache.transaction.xa that return PreparedContext | |
|---|---|
PreparedContext |
EhcacheXAStoreImpl.createPreparedContext()
Return a newly created prepare context if none exist. |
PreparedContext |
EhcacheXAStore.createPreparedContext()
Return a newly created prepare context if none exist. |
PreparedContext |
EhcacheXAStoreImpl.getPreparedContext(javax.transaction.xa.Xid xid)
Gets a PreparedContext from a persistent store for a previously prepared Transaction |
PreparedContext |
EhcacheXAStore.getPreparedContext(javax.transaction.xa.Xid xid)
Gets a PreparedContext from a persistent store for a previously prepared Transaction |
| Methods in net.sf.ehcache.transaction.xa with parameters of type PreparedContext | |
|---|---|
void |
EhcacheXAStoreImpl.prepare(javax.transaction.xa.Xid xid,
PreparedContext context)
Save the Transaction's data as being prepared |
void |
EhcacheXAStore.prepare(javax.transaction.xa.Xid xid,
PreparedContext context)
Save the Transaction's data as being prepared |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||