Apache Tuscany SCA Core SPI

Uses of Class
org.apache.tuscany.sca.store.StoreWriteException

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

Apache Tuscany is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache WS PMC.