Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.util.prefs.BackingStoreException

Uses in package java.util.prefs

Methods which throw type java.util.prefs.BackingStoreException

String[]
AbstractPreferences.childrenNames()
Returns all the direct sub nodes of this preferences node.
String[]
Preferences.childrenNames()
Returns all the direct sub nodes of this preferences node.
String[]
AbstractPreferences.childrenNamesSpi()
Returns the names of the sub nodes of this preference node.
void
AbstractPreferences.clear()
Removes all entries from this preferences node.
void
Preferences.clear()
Removes all entries from this preferences node.
void
AbstractPreferences.exportNode(OutputStream os)
Export this node, but not its descendants, as XML to the indicated output stream.
void
Preferences.exportNode(OutputStream os)
Export this node, but not its descendants, as XML to the indicated output stream.
void
AbstractPreferences.exportSubtree(OutputStream os)
Export this node and all its descendants as XML to the indicated output stream.
void
Preferences.exportSubtree(OutputStream os)
Export this node and all its descendants as XML to the indicated output stream.
void
AbstractPreferences.flush()
Writes all preference changes on this and any subnode that have not yet been written to the backing store.
void
Preferences.flush()
Writes all preference changes on this and any subnode that have not yet been written to the backing store.
void
AbstractPreferences.flushSpi()
Writes all entries of this preferences node that have not yet been written to the backing store and possibly creates this node in the backing store, if it does not yet exist.
AbstractPreferences
AbstractPreferences.getChild(String name)
Returns the child sub node if it exists in the backing store or null if it does not exist.
String[]
AbstractPreferences.keys()
Returns an (possibly empty) array with all the keys of the preference entries of this node.
String[]
Preferences.keys()
Returns an (possibly empty) array with all the keys of the preference entries of this node.
String[]
AbstractPreferences.keysSpi()
Returns an (possibly empty) array with all the keys of the preference entries of this node.
boolean
AbstractPreferences.nodeExists(String path)
Returns true if the node that the path points to exists in memory or in the backing store.
boolean
Preferences.nodeExists(String path)
Returns true if the node that the path points to exists in memory or in the backing store.
void
AbstractPreferences.removeNode()
Removes this and all subnodes from the backing store and clears all entries.
void
Preferences.removeNode()
Removes this and all subnodes from the backing store and clears all entries.
void
AbstractPreferences.removeNodeSpi()
Clears this node from this VM and removes it from the backing store.
void
AbstractPreferences.sync()
Writes and reads all preference changes to and from this and any subnodes.
void
Preferences.sync()
Writes and reads all preference changes to and from this and any subnodes.
void
AbstractPreferences.syncSpi()
Writes all entries of this preferences node that have not yet been written to the backing store and reads any entries that have changed in the backing store but that are not yet visible in this VM.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /