Uses of Class
org.jvnet.hk2.config.Transaction
Packages that use Transaction
-
Uses of Transaction in org.jvnet.hk2.config
Methods in org.jvnet.hk2.config that return TransactionModifier and TypeMethodDescriptionstatic <T extends ConfigBeanProxy>
TransactionTransaction.getTransaction(T source) Returns the transaction associated with a writable viewWriteableView.getTransaction()Methods in org.jvnet.hk2.config with parameters of type TransactionModifier and TypeMethodDescriptionvoidTransactor.abort(Transaction t) Aborts this Transaction, reverting the statevoidWriteableView.abort(Transaction t) Aborts this Transaction, reverting the statebooleanTransactor.canCommit(Transaction t) Returns true of this Transaction can be committed on this objectbooleanWriteableView.canCommit(Transaction t) Returns true of this Transaction can be committed on this objectTransactor.commit(Transaction t) Commit this Transaction.WriteableView.commit(Transaction t) Commit this Transaction.booleanTransactor.join(Transaction t) Enter a new Transaction, this method should return false if this object is already enlisted in another transaction, or cannot be enlisted with the passed transaction.booleanWriteableView.join(Transaction t) Enter a new Transaction, this method should return false if this object is already enlisted in another transaction, or cannot be enlisted with the passed transaction.