org.openmobileis.common.context
Class ApplicationContextManager
java.lang.Object
org.openmobileis.common.context.ApplicationContextManager
- public class ApplicationContextManager
- extends java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationContextManager
public ApplicationContextManager()
getManager
public static final ApplicationContextManager getManager()
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 2005 e-Care. All Rights Reserved.