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.
Definition at line 41 of file ApplicationContextService.java.
Public Member Functions | |
void | addManager (Object manager) |
facility use to reference application singleton manager to avoid to have them garbage collected |
void org.openmobileis.common.context.ApplicationContextService.addManager | ( | Object | manager | ) |
facility use to reference application singleton manager to avoid to have them garbage collected
objectName | : object a manager |
Implemented in org.openmobileis.common.context.ApplicationContextManager.