| Package | Description | 
|---|---|
| net.jini.core.transaction | |
| net.jini.core.transaction.server | 
| Modifier and Type | Method and Description | 
|---|---|
static NestableTransaction.Created | 
TransactionFactory.create(NestableTransactionManager mgr,
      long leaseTime)
Create a new top-level transaction, under which nested transactions can be created. 
 | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Constructor and Description | 
|---|
NestableServerTransaction(NestableTransactionManager mgr,
                         long id,
                         NestableServerTransaction parent,
                         long lease)
Simple constructor. 
 | 
Copyright © GigaSpaces.