|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestableTransaction.Created | |
---|---|
net.jini.core.transaction | These are the transaction abstraction's interfaces and classes. |
net.jini.core.transaction.server | These are the default transaction semantics for participant/manager interaction. |
Uses of NestableTransaction.Created in net.jini.core.transaction |
---|
Methods in net.jini.core.transaction that return NestableTransaction.Created | |
---|---|
NestableTransaction.Created |
NestableTransaction.create(long leaseTime)
Create a new nested transaction, with the current transaction as parent, managed by the same transaction manager as the current transaction. |
NestableTransaction.Created |
NestableTransaction.create(NestableTransactionManager mgr,
long leaseTime)
Create a new nested transaction, with the current transaction as parent, managed by the given transaction manager. |
static NestableTransaction.Created |
TransactionFactory.create(NestableTransactionManager mgr,
long leaseTime)
Create a new top-level transaction, under which nested transactions can be created. |
Uses of NestableTransaction.Created in net.jini.core.transaction.server |
---|
Methods in net.jini.core.transaction.server that return NestableTransaction.Created | |
---|---|
NestableTransaction.Created |
NestableServerTransaction.create(long leaseTime)
|
NestableTransaction.Created |
NestableServerTransaction.create(NestableTransactionManager mgr,
long leaseTime)
|
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |