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 43 of file ApplicationContextManager.java.
Public Member Functions | |
ApplicationContextManager () | |
void | addManager (Object manager) |
facility use to reference application singleton manager to avoid to have them garbage collected | |
void | setApplicationContext (ApplicationContext context) |
ApplicationContext | getApplicationContext () |
Static Public Member Functions | |
static final ApplicationContextManager | getManager () |
void org.openmobileis.common.context.ApplicationContextManager.addManager | ( | Object | manager | ) |
facility use to reference application singleton manager to avoid to have them garbage collected
objectName | : object a manager |
Definition at line 72 of file ApplicationContextManager.java.
References org.openmobileis.common.util.collection.Array.add().