|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This service handles preferences for the services. Each service will be represented with a system preference node a user preference node.
| Method Summary | |
java.util.prefs.Preferences |
getSystemPreferences()
Get the preferences for the calling service. |
java.util.prefs.Preferences |
getUserPreferences(java.lang.String userId)
Get the preferences for a user. |
| Methods inherited from interface net.larsan.norna.base.ServiceHandle |
getStatus |
| Method Detail |
public java.util.prefs.Preferences getSystemPreferences()
throws java.util.prefs.BackingStoreException
java.util.prefs.BackingStoreException - If the preference service fails
public java.util.prefs.Preferences getUserPreferences(java.lang.String userId)
throws java.util.prefs.BackingStoreException
getUserId method.
userId - The user system id, must not be null
java.util.prefs.BackingStoreException - If the preference service fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||