src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java
changeset 57746 5a9af5262566
parent 55208 4158e6a864d4
child 58679 9c3209ff7550
equal deleted inserted replaced
57745:789e967c2731 57746:5a9af5262566
    88  * implementation uses the following name:
    88  * implementation uses the following name:
    89  * <pre>
    89  * <pre>
    90  *     com.sun.rowset.providers.RIOptimisticProvider
    90  *     com.sun.rowset.providers.RIOptimisticProvider
    91  * </pre>
    91  * </pre>
    92  * <p>
    92  * <p>
    93  * A vendor can register a <code>SyncProvider</code> implementation class name
       
    94  * with Oracle Corporation by sending email to jdbc@sun.com.
       
    95  * Oracle will maintain a database listing the
       
    96  * available <code>SyncProvider</code> implementations for use with compliant
       
    97  * <code>RowSet</code> implementations.  This database will be similar to the
       
    98  * one already maintained to list available JDBC drivers.
       
    99  * <P>
       
   100  * Vendors should refer to the reference implementation synchronization
    93  * Vendors should refer to the reference implementation synchronization
   101  * providers for additional guidance on how to implement a new
    94  * providers for additional guidance on how to implement a new
   102  * <code>SyncProvider</code> implementation.
    95  * <code>SyncProvider</code> implementation.
   103  *
    96  *
   104  * <h2>2.0 How a <code>RowSet</code> Object Gets Its Provider</h2>
    97  * <h2>2.0 How a <code>RowSet</code> Object Gets Its Provider</h2>