Uses of Class
org.glassfish.hk2.api.ServiceLocatorFactory

Packages that use ServiceLocatorFactory
org.glassfish.hk2.api   
org.glassfish.hk2.internal   
 

Uses of ServiceLocatorFactory in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return ServiceLocatorFactory
static ServiceLocatorFactory ServiceLocatorFactory.getInstance()
          This will return a factory where the ServiceLocatorGenerator is discovered from the META-INF/services of the process
 

Uses of ServiceLocatorFactory in org.glassfish.hk2.internal
 

Subclasses of ServiceLocatorFactory in org.glassfish.hk2.internal
 class ServiceLocatorFactoryImpl
          The implementation of the ServiceLocatorFactory that looks in the OSGi service registry or the META-INF/services for the implementation to use.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.