|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.cache.interceptors.Interceptor | +--org.jboss.cache.interceptors.OptimisticInterceptor
//TODO: MANIK: Javadoc this class
Field Summary | |
protected javax.transaction.TransactionManager |
txManager
|
protected TransactionTable |
txTable
|
Constructor Summary | |
OptimisticInterceptor()
|
Method Summary | |
protected GlobalTransaction |
getCurrentTxFromThread()
|
protected TransactionWorkspace |
getTransactionWorkspace(GlobalTransaction gtx)
|
void |
setCache(TreeCache cache)
|
Methods inherited from class org.jboss.cache.interceptors.Interceptor |
getNext, invoke, setNext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.transaction.TransactionManager txManager
protected TransactionTable txTable
Constructor Detail |
public OptimisticInterceptor()
Method Detail |
public void setCache(TreeCache cache)
setCache
in class Interceptor
protected TransactionWorkspace getTransactionWorkspace(GlobalTransaction gtx) throws CacheException
CacheException
protected GlobalTransaction getCurrentTxFromThread() throws CacheException
CacheException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |