Uses of Interface
org.glassfish.hk2.ServiceLocator

Packages that use ServiceLocator
org.glassfish.hk2   
 

Uses of ServiceLocator in org.glassfish.hk2
 

Subinterfaces of ServiceLocator in org.glassfish.hk2
 interface ContractLocator<T>
          Provides a means to locate services in the HK2 services registry by contract.
 

Methods in org.glassfish.hk2 that return ServiceLocator
<U> ServiceLocator<U>
Locator.byType(Class<U> type)
          Retrieve a service locator via a concrete service class type.
 ServiceLocator<?> Locator.byType(String typeName)
          See Locator.forContract(Class), with the exception that the type is provided as a string instead of a class instance.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.