org.demosys.web
Class ServiceLocator

java.lang.Object
  |
  +--org.demosys.web.ServiceLocator

public class ServiceLocator
extends java.lang.Object

TODO : Voir si on remplace le _service locator par des plugins (cf. struts-exemples.war de la distribution strtus).


Constructor Summary
ServiceLocator()
           
 
Method Summary
 org.demosys.web.iteration.IterationService getIterationService()
           
 org.demosys.web.project.ProjectService getProjectService()
           
static org.demosys.web.ServiceLocator getServiceLocator()
           
 org.demosys.web.story.StoryService getStoryService()
          Service des Story.
 org.demosys.task.TaskService getTaskService()
           
 org.demosys.web.user.UserService getUserService()
           
 void shutdown()
          Shutdow the current ServiceLocator with all current services.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLocator

public ServiceLocator()
Method Detail

getUserService

public org.demosys.web.user.UserService getUserService()

getProjectService

public org.demosys.web.project.ProjectService getProjectService()

getTaskService

public org.demosys.task.TaskService getTaskService()

shutdown

public void shutdown()
Shutdow the current ServiceLocator with all current services.

TODO : Make a ServiceInterface with a shutdown method to delegate the call.


getStoryService

public org.demosys.web.story.StoryService getStoryService()
Service des Story.

Returns:
Le _service responsable des story.

getIterationService

public org.demosys.web.iteration.IterationService getIterationService()

getServiceLocator

public static final org.demosys.web.ServiceLocator getServiceLocator()


Copyright © 2003-2004 Sourceforge. All Rights Reserved.