Uses of Class
pt.ist.fenixframework.atomic.ContextFactory

Packages that use ContextFactory
pt.ist.fenixframework.atomic   
pt.ist.fenixframework.backend   
pt.ist.fenixframework.backend.infinispan   
pt.ist.fenixframework.backend.jvstmmem   
pt.ist.fenixframework.backend.mem   
pt.ist.fenixframework.backend.ogm   
pt.ist.fenixframework.dml   
 

Uses of ContextFactory in pt.ist.fenixframework.atomic
 

Subclasses of ContextFactory in pt.ist.fenixframework.atomic
 class DefaultContextFactory
           
 class DefaultContextFactoryViaReflection
          This DefaultContextFactoryViaReflection tries to find, via reflection, the ContextFactory class of the backend in use.
 

Uses of ContextFactory in pt.ist.fenixframework.backend
 

Methods in pt.ist.fenixframework.backend that return types with arguments of type ContextFactory
 Class<? extends ContextFactory> CurrentBackEndId.getAtomicContextFactoryClass()
           
abstract  Class<? extends ContextFactory> BackEndId.getAtomicContextFactoryClass()
          Get the Class instance for the factory that creates AtomicContexts.
 

Uses of ContextFactory in pt.ist.fenixframework.backend.infinispan
 

Methods in pt.ist.fenixframework.backend.infinispan that return types with arguments of type ContextFactory
protected  Class<? extends ContextFactory> InfinispanCodeGenerator.getAtomicContextFactoryClass()
           
 

Uses of ContextFactory in pt.ist.fenixframework.backend.jvstmmem
 

Methods in pt.ist.fenixframework.backend.jvstmmem that return types with arguments of type ContextFactory
protected  Class<? extends ContextFactory> JVSTMMemCodeGenerator.getAtomicContextFactoryClass()
           
 

Uses of ContextFactory in pt.ist.fenixframework.backend.mem
 

Methods in pt.ist.fenixframework.backend.mem that return types with arguments of type ContextFactory
protected  Class<? extends ContextFactory> MemCodeGenerator.getAtomicContextFactoryClass()
           
 

Uses of ContextFactory in pt.ist.fenixframework.backend.ogm
 

Methods in pt.ist.fenixframework.backend.ogm that return types with arguments of type ContextFactory
protected  Class<? extends ContextFactory> OgmCodeGenerator.getAtomicContextFactoryClass()
           
 

Uses of ContextFactory in pt.ist.fenixframework.dml
 

Methods in pt.ist.fenixframework.dml that return types with arguments of type ContextFactory
protected  Class<? extends ContextFactory> DefaultCodeGenerator.getAtomicContextFactoryClass()
           
protected abstract  Class<? extends ContextFactory> CodeGenerator.getAtomicContextFactoryClass()
          Get the class that implements the ContextFactory for AtomicContexts
 



Copyright © 2013. All Rights Reserved.