| Package | Description |
|---|---|
| net.jini.core.transaction.server |
These are the default transaction semantics for participant/manager interaction.
|
| Modifier and Type | Field and Description |
|---|---|
NestableServerTransaction |
NestableServerTransaction.parent
The parent transaction, if any.
|
| Constructor and Description |
|---|
NestableServerTransaction(NestableTransactionManager mgr,
long id,
NestableServerTransaction parent)
Simple constructor.
|