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

/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferences.java162 protected void removeNodeSpi() method in class:MacOSXPreferences
173 // Erase knowledge about a child of this node. Called by removeNodeSpi.
/openjdk7/jdk/src/share/classes/java/util/prefs/
H A DAbstractPreferences.java50 * #removeNodeSpi()}, {@link #keysSpi()}, {@link #childrenNamesSpi()}, {@link
61 * default value to the caller. The <tt>removeNodeSpi, keysSpi,
924 * child-cache. Next, it invokes {@link #removeNodeSpi()}, marks itself
974 removeNodeSpi();
1178 protected abstract void removeNodeSpi() throws BackingStoreException; method in class:AbstractPreferences
/openjdk7/jdk/src/windows/classes/java/util/prefs/
H A DWindowsPreferences.java836 * Implements <tt>AbstractPreferences</tt> <tt>removeNodeSpi()</tt> method.
841 public void removeNodeSpi() throws BackingStoreException { method in class:WindowsPreferences
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java683 protected void removeNodeSpi() throws BackingStoreException { method in class:FileSystemPreferences

Completed in 211 milliseconds