|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.cache.factories.context.MVCCContextFactory
public class MVCCContextFactory
Constructs contexts for MVCC locking
Constructor Summary | |
---|---|
MVCCContextFactory()
|
Method Summary | |
---|---|
InvocationContext |
createInvocationContext()
|
TransactionContext |
createTransactionContext(javax.transaction.Transaction tx)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MVCCContextFactory()
Method Detail |
---|
public InvocationContext createInvocationContext()
createInvocationContext
in interface ContextFactory
public TransactionContext createTransactionContext(javax.transaction.Transaction tx) throws javax.transaction.SystemException, javax.transaction.RollbackException
createTransactionContext
in interface ContextFactory
tx
- JTA transaction to associate the new context with
javax.transaction.SystemException
- in the event of an invalid transaction
javax.transaction.RollbackException
- in the event of an invalid transaaction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |