Package | Description |
---|---|
org.jboss.cache.factories.context | |
org.jboss.cache.interceptors | |
org.jboss.cache.invocation | |
org.jboss.cache.transaction |
Modifier and Type | Class and Description |
---|---|
class |
MVCCContextFactory
Constructs contexts for MVCC locking
|
class |
OptimisticContextFactory
Deprecated.
will be removed when optimistic locking is removed.
|
class |
PessimisticContextFactory
Deprecated.
will be removed when pessimistic locking is removed.
|
Modifier and Type | Method and Description |
---|---|
void |
TxInterceptor.intialize(RPCManager rpcManager,
ContextFactory contextFactory,
Notifier notifier,
InvocationContextContainer icc,
TransactionLog transactionLog,
CommandsFactory factory,
ComponentRegistry componentRegistry,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
void |
InvocationContextContainer.injectContextFactory(ContextFactory contextFactory) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionTable.initialize(TransactionManager transactionManager,
RPCManager rpcManager,
ContextFactory contextFactory) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.