Uses of Class
org.sr.server.AbstractServiceLocator

Packages that use AbstractServiceLocator
org.sr.server This package contains core server side classes. 
org.sr.server.ejb This package contains EJB specific implementations. 
org.sr.server.spring This package contains Spring frmework specific implementations. 
 

Uses of AbstractServiceLocator in org.sr.server
 

Subclasses of AbstractServiceLocator in org.sr.server
 class POJOServiceLocator
          Service Locator implementation for Plain Java Objects.This implementation is used as default service locator of system.
 

Uses of AbstractServiceLocator in org.sr.server.ejb
 

Subclasses of AbstractServiceLocator in org.sr.server.ejb
 class EJB2ServiceLocator
          This is service locator implementation class for Enterprise Java Beans that implemented using EJB 2.1 and former specs.
 class EJB3ServiceLocator
          This class is a Service Locator implementation for EJB3 objects.This locator access EJB instances by using JNDI, so the target attribute of services need to show the JNDI name of the target EJB.
 

Uses of AbstractServiceLocator in org.sr.server.spring
 

Subclasses of AbstractServiceLocator in org.sr.server.spring
 class SpringServiceLocator
          This class is a Service Locator implementation for Spring beans.This locator access spring beans instances by using spring application context, so the target attribute of services need to show the spring bean names of the target objects.In order to use this locator you should also define this locator as spring bean in spring configuration.