Ontimize 5.2072EN

com.ontimize.gui.preferences
Interface RemoteApplicationPreferenceReferencer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ReferenceLocator, SecureReferenceLocator

public interface RemoteApplicationPreferenceReferencer
extends java.rmi.Remote


Method Summary
 RemoteApplicationPreferences getRemoteApplicationPreferences(int sessionId)
          Get the application preferences stored in the server side
 

Method Detail

getRemoteApplicationPreferences

public RemoteApplicationPreferences getRemoteApplicationPreferences(int sessionId)
                                                             throws java.lang.Exception
Get the application preferences stored in the server side

Parameters:
sessionId - User session identifier
Returns:
Throws:
java.lang.Exception

Ontimize