|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for a transaction managed by a TopicMapProvider.
| Method Summary | |
void |
abort()
|
void |
commit()
Commit the transaction and any changes made while it was open. |
boolean |
isOpen()
Determine if this transaction is currently open |
void |
rollback()
Rollback the transaction, discarding any changes made while it was open. |
| Method Detail |
public boolean isOpen()
throws ProviderTransactionException
ProviderTransactionException
public void rollback()
throws ProviderTransactionException
ProviderTransactionException
public void commit()
throws ProviderTransactionException
ProviderTransactionException
public void abort()
throws ProviderTransactionException
ProviderTransactionException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||