| Package | Description | 
|---|---|
| net.jini.core.transaction.server | 
 These are the default transaction semantics for participant/manager interaction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransactionManager.Created | 
TransactionManager.create(long lease)
Begin a new top-level transaction. 
 | 
TransactionManager.Created | 
NestableTransactionManager.create(NestableTransactionManager parentMgr,
      long parentID,
      long lease)
Begin a nested transaction, with the specified transaction as parent. 
 |