|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||