|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestableTransactionManager | |
---|---|
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 NestableTransactionManager in net.jini.core.transaction |
---|
Methods in net.jini.core.transaction with parameters of type NestableTransactionManager | |
---|---|
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 NestableTransactionManager in net.jini.core.transaction.server |
---|
Methods in net.jini.core.transaction.server with parameters of type NestableTransactionManager | |
---|---|
NestableTransaction.Created |
NestableServerTransaction.create(NestableTransactionManager mgr,
long leaseTime)
|
TransactionManager.Created |
NestableTransactionManager.create(NestableTransactionManager parentMgr,
long parentID,
long lease)
Begin a nested transaction, with the specified transaction as parent. |
Constructors in net.jini.core.transaction.server with parameters of type NestableTransactionManager | |
---|---|
NestableServerTransaction(NestableTransactionManager mgr,
long id,
NestableServerTransaction parent,
long lease)
Simple constructor. |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |