src/share/classes/javax/sql/rowset/spi/SyncFactory.java

Print this page

        

*** 257,267 **** * explanation of how a provider can be added to this registry. */ private static Hashtable<String, SyncProvider> implementations; /** ! * Adds the the given synchronization provider to the factory register. Guidelines * are provided in the <code>SyncProvider</code> specification for the * required naming conventions for <code>SyncProvider</code> * implementations. * <p> * Synchronization providers bound to a JNDI context can be --- 257,267 ---- * explanation of how a provider can be added to this registry. */ private static Hashtable<String, SyncProvider> implementations; /** ! * Adds the given synchronization provider to the factory register. Guidelines * are provided in the <code>SyncProvider</code> specification for the * required naming conventions for <code>SyncProvider</code> * implementations. * <p> * Synchronization providers bound to a JNDI context can be
*** 460,470 **** */ private static int providerImplIndex = 0; /** * Internal handler for all standard property parsing. Parses standard ! * ROWSET properties and stores lazy references into the the internal registry. */ private static void parseProperties(Properties p) { ProviderImpl impl = null; String key = null; --- 460,470 ---- */ private static int providerImplIndex = 0; /** * Internal handler for all standard property parsing. Parses standard ! * ROWSET properties and stores lazy references into the internal registry. */ private static void parseProperties(Properties p) { ProviderImpl impl = null; String key = null;