org.openmobileis.common.context.ApplicationContextService Interface Reference

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

org.openmobileis.common.context.ApplicationContextManager 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 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


Member Function Documentation

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

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

Parameters:
objectName : object a manager

Implemented in org.openmobileis.common.context.ApplicationContextManager.


The documentation for this interface was generated from the following file:
Generated on Tue May 22 23:01:15 2007 for OpenMobileIS by  doxygen 1.5.1-p1