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
void setApplicationContext (ApplicationContext context)
ApplicationContext getApplicationContext ()

Static Public Member Functions

static void registerApplicationContext (ApplicationContextManager applicontext)
static final ApplicationContextManager getManager ()

Protected Member Functions

 ApplicationContextManager (boolean init)


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 Tue May 22 23:01:15 2007 for OpenMobileIS by  doxygen 1.5.1-p1