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

/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferences.java229 protected void flushSpi() 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
1365 * node, invokes flushSpi() on it, unlocks this node, and recursively
1369 * "cached subtree" rooted at this node, calling flushSpi() on each node in
1370 * the subTree while only that node is locked. Note that flushSpi() is
1374 * the {@link #removeNode()} method, flushSpi() is invoked on this node,
1390 flushSpi();
1419 protected abstract void flushSpi() throws BackingStoreException; method in class:AbstractPreferences
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java1092 * Empty, never used implementation of AbstractPreferences.flushSpi().
1094 protected void flushSpi() throws BackingStoreException { method in class:WindowsPreferences
1099 * Empty, never used implementation of AbstractPreferences.flushSpi().
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java827 protected void flushSpi() throws BackingStoreException { method in class:FileSystemPreferences

Completed in 186 milliseconds