org.openmobileis.services.common.ServiceManager Class Reference

Inheritance diagram for org.openmobileis.services.common.ServiceManager:

org.openmobileis.services.common.ServiceManagerService List of all members.

Detailed Description

Title: OpenMobileIS project source
Description: Load all known services at launching.

Names and classes are described in a property file and set at the initialization (init() method) by the web server. Each time an objecthas to access to a service, call getService from Service manager.

Author:
Philippe Delrieu
Since:
JDK 1.1
Version:
1.0.

Definition at line 58 of file ServiceManager.java.

Public Member Functions

void init (java.util.Properties props, String baseURI) throws ServiceException
void loadService (Service service)
void unloadService (String serviceURI)
Array loadRubricLoader (RubricLoader rubricLoader) throws ServiceException
String getServiceBaseURI ()
void setServiceBaseURI (String uri)
Service getServiceByURI (String serviceURI)
void redirectToServiceURI (String uri, HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException
CallingServiceManager getCallingServiceManager ()

Static Public Member Functions

static ServiceManager getManager ()
static void registerManager (ServiceManager servicemanager)

Protected Member Functions

 ServiceManager ()


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