|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.cache.factories.context.PessimisticContextFactory
@Deprecated public class PessimisticContextFactory
Constructs contexts for pessimistic locking
| Constructor Summary | |
|---|---|
PessimisticContextFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
InvocationContext |
createInvocationContext()
Deprecated. |
TransactionContext |
createTransactionContext(javax.transaction.Transaction tx)
Deprecated. |
void |
inject(DataContainer container)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PessimisticContextFactory()
| Method Detail |
|---|
public void inject(DataContainer container)
public InvocationContext createInvocationContext()
createInvocationContext in interface ContextFactory
public TransactionContext createTransactionContext(javax.transaction.Transaction tx)
throws javax.transaction.SystemException,
javax.transaction.RollbackException
createTransactionContext in interface ContextFactorytx - 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 | |||||||||