|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |