|
Apache Tuscany SCA Core SPI | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreWriteException | |
---|---|
org.apache.tuscany.sca.store |
Uses of StoreWriteException in org.apache.tuscany.sca.store |
---|
Subclasses of StoreWriteException in org.apache.tuscany.sca.store | |
---|---|
class |
DuplicateRecordException
thrown when a record already exists during an insert operation |
Methods in org.apache.tuscany.sca.store that throw StoreWriteException | |
---|---|
void |
Store.insertRecord(RuntimeComponent owner,
java.lang.String id,
java.lang.Object object,
long expiration)
Adds the given record to the store. |
void |
Store.removeRecord(RuntimeComponent owner,
java.lang.String id)
Removes a record from the store |
void |
Store.removeRecords()
Removes all records from the store |
void |
Store.updateRecord(RuntimeComponent owner,
java.lang.String id,
java.lang.Object object,
long expiration)
Updates a given record in the store, overwriting previous information. |
|
Apache Tuscany SCA Core SPI | |||||||||
PREV NEXT | FRAMES NO FRAMES |