org.openmobileis.common.context
Class ApplicationContextManager

java.lang.Object
  extended byorg.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

Constructor Summary
ApplicationContextManager()
           
 
Method Summary
 void addManager(java.lang.Object manager)
          facility use to reference application singleton manager to avoid to have them garbage collected
 ApplicationContext getApplicationContext()
           
static ApplicationContextManager getManager()
           
 void setApplicationContext(ApplicationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContextManager

public ApplicationContextManager()
Method Detail

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 2006 OpenMobileIS. All Rights Reserved.