jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncFactory.java
changeset 25991 e48157b42439
parent 25976 4de01a56e3ee
parent 25859 3317bb8137f4
child 36511 9d0388c6b336
equal deleted inserted replaced
25876:d06a6d3c66c0 25991:e48157b42439
   257      * explanation of how a provider can be added to this registry.
   257      * explanation of how a provider can be added to this registry.
   258      */
   258      */
   259     private static Hashtable<String, SyncProvider> implementations;
   259     private static Hashtable<String, SyncProvider> implementations;
   260 
   260 
   261     /**
   261     /**
   262      * Adds the the given synchronization provider to the factory register. Guidelines
   262      * Adds the given synchronization provider to the factory register. Guidelines
   263      * are provided in the <code>SyncProvider</code> specification for the
   263      * are provided in the <code>SyncProvider</code> specification for the
   264      * required naming conventions for <code>SyncProvider</code>
   264      * required naming conventions for <code>SyncProvider</code>
   265      * implementations.
   265      * implementations.
   266      * <p>
   266      * <p>
   267      * Synchronization providers bound to a JNDI context can be
   267      * Synchronization providers bound to a JNDI context can be
   460      */
   460      */
   461     private static int providerImplIndex = 0;
   461     private static int providerImplIndex = 0;
   462 
   462 
   463     /**
   463     /**
   464      * Internal handler for all standard property parsing. Parses standard
   464      * Internal handler for all standard property parsing. Parses standard
   465      * ROWSET properties and stores lazy references into the the internal registry.
   465      * ROWSET properties and stores lazy references into the internal registry.
   466      */
   466      */
   467     private static void parseProperties(Properties p) {
   467     private static void parseProperties(Properties p) {
   468 
   468 
   469         ProviderImpl impl = null;
   469         ProviderImpl impl = null;
   470         String key = null;
   470         String key = null;