Package javax.sql.rowset.spi

Interface Summary
SyncResolver Defines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs.
TransactionalWriter A specialized interface that facilitates an extension of the standard SyncProvider abstract class so that it has finer grained transaction control.
XmlReader A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
XmlWriter A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
 

Class Summary
SyncFactory The Service Provider Interface (SPI) mechanism that generates SyncProvider instances to be used by disconnected RowSet objects.
SyncProvider The synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.
 

Exception Summary
SyncFactoryException Indicates an error with SyncFactory mechanism.
SyncProviderException Indicates an error with the SyncProvider mechanism.