public interface XmlHandleTransaction<T>
Modifier and Type | Method and Description |
---|---|
void |
abandon()
Abandons this transaction and will release the write lock
|
void |
commit()
Attempts to commit all the changes in this
transaction and will release the write lock
|
XmlRootHandle<T> |
getRootHandle()
Gets the root handle that started this transaction
|
XmlRootHandle<T> getRootHandle()
void commit() throws MultiException
MultiException
- if there was an error when committing
the transaction (normally because some validator or
PropertyVetoListener failed)void abandon()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.