Package com.revusky.oreo.transaction

This package contains a TransactionalDataSource interface that would have to be implemented to wrap up a transactional data source as an Oreo data source object.

See:
          Description

Interface Summary
TransactionalDataSource An interface that represents the contract of an Oreo DataSource that supports atomic transactions
 

Class Summary
Transaction  
 

Package com.revusky.oreo.transaction Description

This package contains a TransactionalDataSource interface that would have to be implemented to wrap up a transactional data source as an Oreo data source object. As of this writing, there is no concrete implementation. In fact, the API is not even solidified, so this is a work in progress.

Author:
Jonathan Revusky