|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Transaction in org.jvnet.hk2.config |
|---|
| Methods in org.jvnet.hk2.config that return Transaction | ||
|---|---|---|
Transaction |
WriteableView.getTransaction()
|
|
static
|
Transaction.getTransaction(T source)
Returns the transaction associated with a writable view |
|
| Methods in org.jvnet.hk2.config with parameters of type Transaction | |
|---|---|
void |
WriteableView.abort(Transaction t)
Aborts this Transaction, reverting the state |
void |
Transactor.abort(Transaction t)
Aborts this Transaction, reverting the state |
boolean |
WriteableView.canCommit(Transaction t)
Returns true of this Transaction can be committed on this object |
boolean |
Transactor.canCommit(Transaction t)
Returns true of this Transaction can be committed on this object |
java.util.List<java.beans.PropertyChangeEvent> |
WriteableView.commit(Transaction t)
Commit this Transaction. |
java.util.List<java.beans.PropertyChangeEvent> |
Transactor.commit(Transaction t)
Commit this 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. |
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||