OSGi Service Platform
Release 4 (draft)

Uses of Class
org.osgi.service.prefs.BackingStoreException

Packages that use BackingStoreException
org.osgi.service.prefs The OSGi Preferences Service Package. 
 

Uses of BackingStoreException in org.osgi.service.prefs
 

Methods in org.osgi.service.prefs that throw BackingStoreException
 void Preferences.clear()
          Removes all of the properties (key-value associations) in this node.
 java.lang.String[] Preferences.keys()
          Returns all of the keys that have an associated value in this node.
 java.lang.String[] Preferences.childrenNames()
          Returns the names of the children of this node.
 boolean Preferences.nodeExists(java.lang.String pathName)
          Returns true if the named node exists.
 void Preferences.removeNode()
          Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
 void Preferences.flush()
          Forces any changes in the contents of this node and its descendants to the persistent store.
 void Preferences.sync()
          Ensures that future reads from this node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
 


OSGi Service Platform
Release 4 (draft)

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.