Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
NestableTransaction |
NestableTransaction.Created.transaction
The transaction.
|
Constructor and Description |
---|
Created(NestableTransaction transaction,
Lease lease)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
NestableServerTransaction
Class implementing the
NestableTransaction interface, for use
with transaction participants that implement the default transaction
semantics. |
Modifier and Type | Method and Description |
---|---|
boolean |
NestableServerTransaction.enclosedBy(NestableTransaction enclosing)
Return true if the specified transaction is an ancestor of
this transaction.
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.