public class MVCCContextFactory extends Object implements ContextFactory
Constructor and Description |
---|
MVCCContextFactory() |
Modifier and Type | Method and Description |
---|---|
InvocationContext |
createInvocationContext() |
TransactionContext |
createTransactionContext(Transaction tx) |
public InvocationContext createInvocationContext()
createInvocationContext
in interface ContextFactory
public TransactionContext createTransactionContext(Transaction tx) throws SystemException, RollbackException
createTransactionContext
in interface ContextFactory
tx
- JTA transaction to associate the new context withSystemException
- in the event of an invalid transactionRollbackException
- in the event of an invalid transaactionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.