Uses of Interface
org.jboss.cache.factories.context.ContextFactory

Packages that use ContextFactory
org.jboss.cache.factories.context   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.transaction   
 

Uses of ContextFactory in org.jboss.cache.factories.context
 

Classes in org.jboss.cache.factories.context that implement ContextFactory
 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.
 

Uses of ContextFactory in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors with parameters of type ContextFactory
 void TxInterceptor.intialize(RPCManager rpcManager, ContextFactory contextFactory, Notifier notifier, InvocationContextContainer icc, TransactionLog transactionLog, CommandsFactory factory, ComponentRegistry componentRegistry, LockManager lockManager)
           
 

Uses of ContextFactory in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation with parameters of type ContextFactory
 void InvocationContextContainer.injectContextFactory(ContextFactory contextFactory)
           
 

Uses of ContextFactory in org.jboss.cache.transaction
 

Methods in org.jboss.cache.transaction with parameters of type ContextFactory
 void TransactionTable.initialize(javax.transaction.TransactionManager transactionManager, RPCManager rpcManager, ContextFactory contextFactory)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.