|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Atomic in pt.ist.fenixframework |
---|
Methods in pt.ist.fenixframework with parameters of type Atomic | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
OgmTransactionManager.withTransaction(Callable<T> command,
Atomic atomic)
For now, it ignores the value of the atomic parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |