Uses of Interface
net.jini.core.transaction.NestableTransaction
Packages that use NestableTransaction
-
Uses of NestableTransaction in net.jini.core.transaction
Fields in net.jini.core.transaction declared as NestableTransactionModifier and TypeFieldDescriptionfinal NestableTransactionNestableTransaction.Created.transactionThe transaction.Constructors in net.jini.core.transaction with parameters of type NestableTransactionModifierConstructorDescriptionCreated(NestableTransaction transaction, Lease lease) Simple constructor. -
Uses of NestableTransaction in net.jini.core.transaction.server
Classes in net.jini.core.transaction.server that implement NestableTransactionModifier and TypeClassDescriptionclassClass implementing theNestableTransactioninterface, for use with transaction participants that implement the default transaction semantics.Methods in net.jini.core.transaction.server with parameters of type NestableTransactionModifier and TypeMethodDescriptionbooleanNestableServerTransaction.enclosedBy(NestableTransaction enclosing) Return true if the specified transaction is an ancestor of this transaction.