Uses of Class
org.jvnet.hk2.config.Transaction

Packages that use Transaction
org.jvnet.hk2.config   
 

Uses of Transaction in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return Transaction
 Transaction WriteableView.getTransaction()
           
static
<T extends ConfigBeanProxy>
Transaction
Transaction.getTransaction(T source)
          Returns the transaction associated with a writable view
 

Methods in org.jvnet.hk2.config with parameters of type Transaction
 void Transactor.abort(Transaction t)
          Aborts this Transaction, reverting the state
 void WriteableView.abort(Transaction t)
          Aborts this Transaction, reverting the state
 boolean Transactor.canCommit(Transaction t)
          Returns true of this Transaction can be committed on this object
 boolean WriteableView.canCommit(Transaction t)
          Returns true of this Transaction can be committed on this object
 List<PropertyChangeEvent> Transactor.commit(Transaction t)
          Commit this Transaction.
 List<PropertyChangeEvent> WriteableView.commit(Transaction t)
          Commit this Transaction.
 boolean Transactor.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.
 boolean WriteableView.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.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.