Package | Description |
---|---|
org.jvnet.hk2.internal |
Modifier and Type | Field and Description |
---|---|
private SystemDescriptor<?> |
AutoActiveDescriptor.hk2Parent |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<SystemDescriptor<?>> |
DynamicConfigurationImpl.allDescriptors |
private java.util.List<SystemDescriptor<?>> |
ServiceLocatorImpl.CheckConfigurationData.unbinds |
private java.util.ArrayList<SystemDescriptor<?>> |
IndexedListData.unsortedList |
Modifier and Type | Method and Description |
---|---|
private java.util.List<SystemDescriptor<?>> |
ServiceLocatorImpl.addConfigurationInternal(DynamicConfigurationImpl dci) |
(package private) java.util.LinkedList<SystemDescriptor<?>> |
DynamicConfigurationImpl.getAllDescriptors() |
private java.util.List<SystemDescriptor<?>> |
ServiceLocatorImpl.getDescriptors(Filter filter,
Injectee onBehalfOf,
boolean getParents,
boolean doValidation,
boolean getLocals) |
java.util.Collection<SystemDescriptor<?>> |
IndexedListData.getSortedList() |
private java.util.List<SystemDescriptor<?>> |
ServiceLocatorImpl.CheckConfigurationData.getUnbinds() |
Modifier and Type | Method and Description |
---|---|
void |
IndexedListData.addDescriptor(SystemDescriptor<?> descriptor) |
int |
SingletonContext.GenerationComparator.compare(SystemDescriptor<java.lang.Object> o1,
SystemDescriptor<java.lang.Object> o2) |
int |
SingletonContext.GenerationComparator.compare(SystemDescriptor<java.lang.Object> o1,
SystemDescriptor<java.lang.Object> o2) |
T |
Creator.create(ServiceHandle<?> root,
SystemDescriptor<?> eventThrower)
Creates an instance of the given type
|
T |
FactoryCreator.create(ServiceHandle<?> root,
SystemDescriptor<?> eventThrower) |
T |
ClazzCreator.create(ServiceHandle<?> root,
SystemDescriptor<?> eventThrower) |
void |
IndexedListData.removeDescriptor(SystemDescriptor<?> descriptor) |
(package private) void |
AutoActiveDescriptor.setHK2Parent(SystemDescriptor<?> hk2Parent) |
(package private) int |
ServiceLocatorImpl.unsortIndexes(int newRank,
SystemDescriptor<?> desc,
java.util.Set<IndexedListData> myLists) |
private boolean |
ServiceLocatorImpl.validate(SystemDescriptor<?> descriptor,
Injectee onBehalfOf,
Filter filter)
Must be called under lock
|
Modifier and Type | Method and Description |
---|---|
private ImmediateResults |
ServiceLocatorImpl.narrow(ServiceLocator locator,
java.util.List<SystemDescriptor<?>> candidates,
java.lang.reflect.Type requiredType,
java.lang.String name,
Injectee injectee,
boolean onlyOne,
boolean doValidation,
NarrowResults cachedResults,
Filter filter,
java.lang.annotation.Annotation... qualifiers) |
private void |
ServiceLocatorImpl.removeConfigurationInternal(java.util.List<SystemDescriptor<?>> unbinds) |
private void |
ServiceLocatorImpl.reup(java.util.List<SystemDescriptor<?>> thingsAdded,
boolean instanceListenersModified,
boolean injectionResolversModified,
boolean errorHandlersModified,
boolean classAnalyzersModified,
boolean dynamicConfigurationListenersModified,
java.util.HashSet<java.lang.String> affectedContracts,
boolean interceptionServicesModified) |
private void |
ServiceLocatorImpl.reupInstanceListenersHandlers(java.util.Collection<SystemDescriptor<?>> checkList) |
Constructor and Description |
---|
CheckConfigurationData(java.util.List<SystemDescriptor<?>> unbinds,
boolean instanceLifecycleModificationMade,
boolean injectionResolverModificationMade,
boolean errorHandlerModificationMade,
boolean classAnalyzerModificationMade,
boolean dynamicConfigurationListenerModificationMade,
java.util.HashSet<java.lang.String> affectedContracts,
boolean interceptionServiceModificationMade,
TwoPhaseTransactionData transactionData) |