Package | Description |
---|---|
org.jvnet.hk2.config |
Modifier and Type | Method and Description |
---|---|
Transaction |
WriteableView.getTransaction() |
static <T extends ConfigBeanProxy> |
Transaction.getTransaction(T source)
Returns the transaction associated with a writable view
|
Modifier and Type | Method and Description |
---|---|
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
|
List<PropertyChangeEvent> |
WriteableView.commit(Transaction t)
Commit this Transaction.
|
List<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.
|
Copyright © 2009–2018 Oracle Corporation. All rights reserved.