Searched defs:syncSpi (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferences.java256 protected void syncSpi() method in class:MacOSXPreferences
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DAbstractPreferences.java51 * #syncSpi()} and {@link #flushSpi()}. All of the concrete methods specify
62 * childrenNamesSpi, syncSpi</tt> and <tt>flushSpi</tt> methods are specified
1307 * node, invokes syncSpi() on it, unlocks this node, and recursively
1311 * "cached subtree" rooted at this node, calling syncSpi() on each node in
1312 * the subTree while only that node is locked. Note that syncSpi() is
1332 syncSpi();
1358 protected abstract void syncSpi() throws BackingStoreException; method in class:AbstractPreferences
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java1101 protected void syncSpi() throws BackingStoreException { method in class:WindowsPreferences
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java766 protected void syncSpi() throws BackingStoreException { method in class:FileSystemPreferences

Completed in 340 milliseconds