org.openmobileis.common.context
Interface ApplicationContextService

All Known Implementing Classes:
ApplicationContextManager

public interface ApplicationContextService

Hold the application context. Singleton classe that provide access to the application Context. Application Context are use to save application specific data. These data are share among all application classes Data are not persistent.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu
See Also:
ApplicationContext

Method Summary
 void addManager(java.lang.Object manager)
          facility use to reference application singleton manager to avoid to have them garbage collected
 ApplicationContext getApplicationContext()
           
 void setApplicationContext(ApplicationContext context)
           
 

Method Detail

addManager

public void addManager(java.lang.Object manager)
facility use to reference application singleton manager to avoid to have them garbage collected


setApplicationContext

public void setApplicationContext(ApplicationContext context)

getApplicationContext

public ApplicationContext getApplicationContext()


Copyright 2006 OpenMobileIS. All Rights Reserved.