Uses of Class
net.jini.core.transaction.NestableTransaction.Created
Packages that use NestableTransaction.Created
-
Uses of NestableTransaction.Created in net.jini.core.transaction
Methods in net.jini.core.transaction that return NestableTransaction.CreatedModifier and TypeMethodDescriptionNestableTransaction.create(long leaseTime) Create a new nested transaction, with the current transaction as parent, managed by the same transaction manager as the current transaction.NestableTransaction.create(NestableTransactionManager mgr, long leaseTime) Create a new nested transaction, with the current transaction as parent, managed by the given transaction manager.static NestableTransaction.CreatedTransactionFactory.create(NestableTransactionManager mgr, long leaseTime) Create a new top-level transaction, under which nested transactions can be created. -
Uses of NestableTransaction.Created in net.jini.core.transaction.server
Methods in net.jini.core.transaction.server that return NestableTransaction.CreatedModifier and TypeMethodDescriptionNestableServerTransaction.create(long leaseTime) NestableServerTransaction.create(NestableTransactionManager mgr, long leaseTime)