Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

org.openmobileis.common.context.ApplicationContextManager Class Reference

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 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 ()


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

Definition at line 72 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 Wed Dec 14 21:05:37 2005 for OpenMobileIS by  doxygen 1.4.4