Uses of Class
pt.ist.fenixframework.Atomic

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

Uses of Atomic in pt.ist.fenixframework
 

Methods in pt.ist.fenixframework with parameters of type Atomic
<T> T
TransactionManager.withTransaction(Callable<T> command, Atomic atomic)
          Transactionally execute a command, possibly returning a result.
 

Uses of Atomic in pt.ist.fenixframework.atomic
 

Methods in pt.ist.fenixframework.atomic with parameters of type Atomic
static AtomicContext DefaultContextFactory.newContext(Atomic atomic)
           
static AtomicContext DefaultContextFactoryViaReflection.newContext(Atomic atomic)
           
static AtomicContext ContextFactory.newContext(Atomic atomic)
           
 

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

Methods in pt.ist.fenixframework.backend.infinispan with parameters of type Atomic
<T> T
InfinispanTransactionManager.withTransaction(Callable<T> command, Atomic atomic)
          For now, it ignores the value of the atomic parameter.
 

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

Methods in pt.ist.fenixframework.backend.jvstmmem with parameters of type Atomic
<T> T
JVSTMMemTransactionManager.withTransaction(Callable<T> command, Atomic atomic)
           
 

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

Methods in pt.ist.fenixframework.backend.mem with parameters of type Atomic
<T> T
MemTransactionManager.withTransaction(Callable<T> command, Atomic atomic)
           
 

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

Methods in pt.ist.fenixframework.backend.ogm with parameters of type Atomic
<T> T
OgmTransactionManager.withTransaction(Callable<T> command, Atomic atomic)
          For now, it ignores the value of the atomic parameter.
 



Copyright © 2013. All Rights Reserved.