|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionEntry | |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.interceptors | |
| org.jboss.cache.lock | |
| org.jboss.cache.transaction | |
| Uses of TransactionEntry in org.jboss.cache |
|---|
| Methods in org.jboss.cache that return TransactionEntry | |
|---|---|
TransactionEntry |
InvocationContext.getTransactionEntry()
|
| Methods in org.jboss.cache with parameters of type TransactionEntry | |
|---|---|
void |
InvocationContext.setTransactionEntry(TransactionEntry transactionEntry)
Sets the transaction entry to be associated with the current thread. |
| Uses of TransactionEntry in org.jboss.cache.interceptors |
|---|
| Methods in org.jboss.cache.interceptors that return TransactionEntry | |
|---|---|
protected TransactionEntry |
OptimisticTxInterceptor.createNewTransactionEntry(Transaction tx)
|
protected TransactionEntry |
TxInterceptor.createNewTransactionEntry(Transaction tx)
|
| Methods in org.jboss.cache.interceptors with parameters of type TransactionEntry | |
|---|---|
protected void |
BaseTransactionalContextInterceptor.setTransactionalContext(Transaction tx,
GlobalTransaction gtx,
TransactionEntry entry,
InvocationContext ctx)
|
| Uses of TransactionEntry in org.jboss.cache.lock |
|---|
| Methods in org.jboss.cache.lock with parameters of type TransactionEntry | |
|---|---|
void |
LockManager.acquireLocksOnChildren(NodeSPI parentNode,
NodeLock.LockType lockType,
InvocationContext ctx,
TransactionEntry entry,
boolean addChildrenToDeletedList)
Acquires nodes on the children of this node. nodes on the node itself are not aquired. |
| Uses of TransactionEntry in org.jboss.cache.transaction |
|---|
| Subclasses of TransactionEntry in org.jboss.cache.transaction | |
|---|---|
class |
OptimisticTransactionEntry
Subclasses the TransactionEntry class to add a TransactionWorkspace. |
| Fields in org.jboss.cache.transaction with type parameters of type TransactionEntry | |
|---|---|
protected Map<GlobalTransaction,TransactionEntry> |
TransactionTable.gtx2EntryMap
Mappings between GlobalTransactions and modifications. |
| Methods in org.jboss.cache.transaction that return TransactionEntry | |
|---|---|
TransactionEntry |
TransactionTable.get(GlobalTransaction gtx)
Returns the local transaction entry for the global transaction. |
TransactionEntry |
TransactionTable.remove(GlobalTransaction tx)
Removes a global transation, returns the old transaction entry. |
| Methods in org.jboss.cache.transaction with parameters of type TransactionEntry | |
|---|---|
void |
TransactionTable.put(GlobalTransaction tx,
TransactionEntry entry)
Associates the global transaction with a transaction entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||