public JwmaPreferencesImpl | loadPreferences(String identity) Loads the given user's preferences from the
persistent store and returns them as a
JwmaPreferencesImpl instance.
If preferences for the given user do not exist on
the store, the method returns null.
Parameters: identity - a String representing the user(in a unique way). |