| Package | Description |
|---|---|
| org.glassfish.hk2.api | |
| org.glassfish.hk2.internal | |
| org.jvnet.hk2.external.generator |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceLocator |
ServiceLocatorFactory.create(java.lang.String name,
ServiceLocator parent,
ServiceLocatorGenerator generator)
Creates or finds a ServiceLocator.
|
abstract ServiceLocator |
ServiceLocatorFactory.create(java.lang.String name,
ServiceLocator parent,
ServiceLocatorGenerator generator,
ServiceLocatorFactory.CreatePolicy policy)
Creates a ServiceLocator.
|
| Modifier and Type | Field and Description |
|---|---|
private static ServiceLocatorGenerator |
ServiceLocatorFactoryImpl.DefaultGeneratorInitializer.defaultGenerator |
| Modifier and Type | Method and Description |
|---|---|
private static ServiceLocatorGenerator |
ServiceLocatorFactoryImpl.getGenerator() |
private static ServiceLocatorGenerator |
ServiceLocatorFactoryImpl.getGeneratorSecure() |
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.Iterable<? extends ServiceLocatorGenerator> |
ServiceLocatorFactoryImpl.getOSGiSafeGenerators() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLocator |
ServiceLocatorFactoryImpl.create(java.lang.String name,
ServiceLocator parent,
ServiceLocatorGenerator generator) |
ServiceLocator |
ServiceLocatorFactoryImpl.create(java.lang.String name,
ServiceLocator parent,
ServiceLocatorGenerator generator,
ServiceLocatorFactory.CreatePolicy policy) |
private ServiceLocator |
ServiceLocatorFactoryImpl.internalCreate(java.lang.String name,
ServiceLocator parent,
ServiceLocatorGenerator generator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceLocatorGeneratorImpl |