API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.sql.rowset.spi
Author(s)
Since
Version
Serial
Description
  The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider.
See also:   
SyncFactory View Source The Service Provider Interface (SPI) mechanism that generates SyncProvider instances to be used by disconnected RowSet objects.
SyncFactoryException View Source Indicates an error with SyncFactory mechanism.
SyncProvider View Source The synchronization mechanism that provides reader/writer capabilities for disconnected RowSet objects.
SyncProviderException View Source Indicates an error with the SyncProvider mechanism.
SyncResolver View Source Defines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs.
TransactionalWriter View Source A specialized interface that facilitates an extension of the standard SyncProvider abstract class so that it has finer grained transaction control.
XmlReader View Source A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
XmlWriter View Source A specialized interface that facilitates an extension of the SyncProvider abstract class for XML orientated synchronization providers.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar