|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.metadata.persistence.iso.ISOMetadataStoreTransaction
public class ISOMetadataStoreTransaction
MetadataStoreException implementation for the ISOMetadataStore.
| Method Summary | |
|---|---|
void |
commit()
Makes the changes persistent that have been performed in this transaction and releases the transaction instance so other clients may acquire a transaction on the MetadataStore. |
int |
performDelete(DeleteTransaction delete)
Performs the given DeleteTransaction. |
java.util.List<java.lang.String> |
performInsert(InsertTransaction insert)
Performs the given InsertTransaction. |
int |
performUpdate(UpdateTransaction update)
Performs the given UpdateTransaction. |
void |
rollback()
Aborts the changes that have been performed in this transaction and releases the transaction instance so other clients may acquire a transaction on the MetadataStore. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void commit()
throws MetadataStoreException
MetadataStoreTransactionMetadataStore.
commit in interface MetadataStoreTransactionMetadataStoreException - if the committing fails
public int performDelete(DeleteTransaction delete)
throws MetadataStoreException
MetadataStoreTransactionDeleteTransaction.
performDelete in interface MetadataStoreTransactiondelete - operation to be performed, must not be null
MetadataStoreException - if the deletion failed
public java.util.List<java.lang.String> performInsert(InsertTransaction insert)
throws MetadataStoreException,
MetadataInspectorException
MetadataStoreTransactionInsertTransaction.
performInsert in interface MetadataStoreTransactioninsert - operation to be performed, must not be null
null
MetadataStoreException - if the insertion failed
MetadataInspectorException
public int performUpdate(UpdateTransaction update)
throws MetadataStoreException,
MetadataInspectorException
MetadataStoreTransactionUpdateTransaction.
performUpdate in interface MetadataStoreTransactionupdate - operation to be performed, must not be null
MetadataStoreException - if the update failed
MetadataInspectorException
public void rollback()
throws MetadataStoreException
MetadataStoreTransactionMetadataStore.
rollback in interface MetadataStoreTransactionMetadataStoreException - if the rollback fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||