org.openmobileis.common.context.ApplicationContextManager Class Reference

Inheritance diagram for org.openmobileis.common.context.ApplicationContextManager:

org.openmobileis.common.context.ApplicationContextService

List of all members.


Detailed Description

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.

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

Definition at line 44 of file ApplicationContextManager.java.


Public Member Functions

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

Member Function Documentation

void org.openmobileis.common.context.ApplicationContextManager.addManager ( Object  manager  ) 

facility use to reference application singleton manager to avoid to have them garbage collected

Parameters:
objectName : object a manager

Implements org.openmobileis.common.context.ApplicationContextService.

Definition at line 81 of file ApplicationContextManager.java.

References org.openmobileis.common.util.collection.Array.add().


The documentation for this class was generated from the following file:
Generated on Mon Jan 11 21:19:20 2010 for OpenMobileIS by  doxygen 1.5.4