|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackingStore | |
---|---|
org.apache.felix.prefs | |
org.apache.felix.prefs.impl |
Uses of BackingStore in org.apache.felix.prefs |
---|
Methods in org.apache.felix.prefs that return BackingStore | |
---|---|
BackingStore |
BackingStoreManager.getStore()
Return the current backing store. |
Uses of BackingStore in org.apache.felix.prefs.impl |
---|
Classes in org.apache.felix.prefs.impl that implement BackingStore | |
---|---|
class |
DataFileBackingStoreImpl
This implementating of the backing store uses the bundle mechanism to store binary data. |
class |
StreamBackingStoreImpl
This is an abstract implementation of a backing store which uses streams to read/write the preferences and stores a complete preferences tree in a single stream. |
Fields in org.apache.felix.prefs.impl declared as BackingStore | |
---|---|
protected BackingStore |
PreferencesManager.defaultStore
The default store which is used if no service can be found. |
Methods in org.apache.felix.prefs.impl that return BackingStore | |
---|---|
BackingStore |
PreferencesManager.getStore()
|
Methods in org.apache.felix.prefs.impl with parameters of type BackingStore | |
---|---|
protected void |
PreferencesManager.cleanupStore(BackingStore store)
Clean up the store and remove preferences for deleted bundles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |