com.sdm.quasar.client.core.application
Interface ApplicationConfiguration.ApplicationSetterAccess

Enclosing interface:
ApplicationConfiguration

public static interface ApplicationConfiguration.ApplicationSetterAccess

A callback interface passed to the ApplicationConfiguration.configureApplication(com.sdm.quasar.client.core.application.ApplicationConfiguration.ApplicationSetterAccess, Application) method in order to set the Application's manager implementation.

Version:
1.$Revision$
Author:
Thomas Wolf

Method Summary
 void setConfigManager(ConfigManager configManager)
          Sets the configuration manager of the Application.
 void setServiceManager(ServiceManager serviceManager)
          Sets the configuration manager of the Application.
 void setSessionManager(SessionManager sessionManager)
          Sets the session manager of the Application.
 

Method Detail

setConfigManager

public void setConfigManager(ConfigManager configManager)
Sets the configuration manager of the Application.

Parameters:
configManager - the configuration manager to be used.

setServiceManager

public void setServiceManager(ServiceManager serviceManager)
Sets the configuration manager of the Application.

Parameters:
serviceManager - the service manager to be used.

setSessionManager

public void setSessionManager(SessionManager sessionManager)
Sets the session manager of the Application.

Parameters:
sessionManager - the session manager to be used.