Uses of Interface
org.glassfish.hk2.api.ServiceLocator

Packages that use ServiceLocator
org.glassfish.hk2.api   
org.glassfish.hk2.extension   
org.glassfish.hk2.internal   
 

Uses of ServiceLocator in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return ServiceLocator
abstract  ServiceLocator ServiceLocatorFactory.create(String name)
          Creates (or finds) a ServiceLocator.
abstract  ServiceLocator ServiceLocatorFactory.create(String name, ServiceLocator parent)
          Creates or finds a ServiceLocator.
abstract  ServiceLocator ServiceLocatorFactory.create(String name, ServiceLocator parent, ServiceLocatorGenerator generator)
          Creates or finds a ServiceLocator.
abstract  ServiceLocator ServiceLocatorFactory.find(String name)
          Finds the ServiceLocator with this name
 

Methods in org.glassfish.hk2.api with parameters of type ServiceLocator
abstract  ServiceLocator ServiceLocatorFactory.create(String name, ServiceLocator parent)
          Creates or finds a ServiceLocator.
abstract  ServiceLocator ServiceLocatorFactory.create(String name, ServiceLocator parent, ServiceLocatorGenerator generator)
          Creates or finds a ServiceLocator.
 

Uses of ServiceLocator in org.glassfish.hk2.extension
 

Methods in org.glassfish.hk2.extension that return ServiceLocator
 ServiceLocator ServiceLocatorGenerator.create(String name, ServiceLocator parent)
          Creates the ServiceLocator that will be used to generate the ServiceLocators
 

Methods in org.glassfish.hk2.extension with parameters of type ServiceLocator
 ServiceLocator ServiceLocatorGenerator.create(String name, ServiceLocator parent)
          Creates the ServiceLocator that will be used to generate the ServiceLocators
 

Uses of ServiceLocator in org.glassfish.hk2.internal
 

Methods in org.glassfish.hk2.internal that return ServiceLocator
 ServiceLocator ServiceLocatorFactoryImpl.create(String name)
           
 ServiceLocator ServiceLocatorFactoryImpl.create(String name, ServiceLocator parent)
           
 ServiceLocator ServiceLocatorFactoryImpl.create(String name, ServiceLocator parent, ServiceLocatorGenerator generator)
           
 ServiceLocator ServiceLocatorFactoryImpl.find(String name)
           
 

Methods in org.glassfish.hk2.internal with parameters of type ServiceLocator
 ServiceLocator ServiceLocatorFactoryImpl.create(String name, ServiceLocator parent)
           
 ServiceLocator ServiceLocatorFactoryImpl.create(String name, ServiceLocator parent, ServiceLocatorGenerator generator)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.