|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Field Summary | |
static java.lang.String |
KEY_USER_PREFERENCE
|
| Method Summary | |
java.lang.String |
getRemotePreference(int sessionId,
java.lang.String user,
java.lang.String preferenceName)
Method to get the preferences remotely. |
void |
loadRemotePreferences(int sessionId)
Method to load the preferences from the preferences file remotely. |
void |
saveRemotePreferences(int sessionId)
Method to save the preferences stored into the buffer to the preferences file remotely. |
void |
setRemotePreference(int sessionId,
java.lang.String user,
java.lang.String preferenceName,
java.lang.String value)
Method to set the preferences remotely. |
| Field Detail |
public static final java.lang.String KEY_USER_PREFERENCE
| Method Detail |
public java.lang.String getRemotePreference(int sessionId,
java.lang.String user,
java.lang.String preferenceName)
throws java.lang.Exception
sessionId - The session ID.user - String with the user.preferenceName - String with the preference name.
String with the preferences.
java.lang.Exception
public void setRemotePreference(int sessionId,
java.lang.String user,
java.lang.String preferenceName,
java.lang.String value)
throws java.lang.Exception
sessionId - The session ID.user - String with the user.preferenceName - String with the preference name.value - String with the preference value.
java.lang.Exception
public void saveRemotePreferences(int sessionId)
throws java.lang.Exception
sessionId - The session ID.
java.lang.Exception
public void loadRemotePreferences(int sessionId)
throws java.lang.Exception
sessionId - The session ID.
java.lang.Exception
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||